The aTDEP utility¶
The Temperature Dependent Effective Potential (TDEP) method has been developped by O. Hellman et al. [Hellman2011], [Hellman2013], [Hellman2013a] in 2011 and the aTDEP implementation in ABINIT has been performed and used for the first time in 2015 by J. Bouchet and F. Bottin [Bouchet2015], [Bouchet2017].
- User guide (in a pdf format): aTDEP_Guide
 - Theory: aTDEP_Paper corresponding to the article [Bottin2020]
 
Prerequisite and theory¶
The approach used in this code is detailed in a publication dedicated to the development of all formula (see aTDEP_Paper). We strongly encourage all the users to carefully read this paper before beginning. All the vibrational, elastic and thermodynamic quantities computed by aTDEP are presented with the same writing conventions as the ones used in the output files of aTDEP. In the same manner, a comprehensive understanding of some ABINIT basic variables is also required in order to fill the input file and read the output file of aTDEP.
In addition, this paper is also useful to understand the limitations and convergences which are inherent to the present method. These particular points are sometimes discussed in the article, with some references and illustrating examples.
The ABINIT computation¶
To run aTDEP, a preliminary
ABINIT simulation is needed. This one could be a molecular dynamic trajectory
or a set of “ground state” calculations on specific configurations (representative of a given thermodynamic state).
After that, all the configurations have to be merged:
(i) in a single NetCDF file HIST.nc or (ii) in three separated ASCII files fcart.dat, xred.dat and
etot.dat (forces in cartesian coordinates, positions in reduced coordinates, total energies in Ha),
as they are written in the output file of ABINIT. In the later case, the 3 files can be built easily
by concatenating in each one all the time steps or configurations (using agrep shell instruction, for example).
The aTDEP computation¶
In a same manner as performed for ABINIT, the use of aTDEP is quite simple. 
One has just to execute atdep as follows:
    atdep < input.files > log
with the input.files file containing 3 lines. The first one defines the input
file, the second one is the NetCDF file (if present, see above) and the third one
defines the root of all the output files:
input.in
HIST.nc
output
The detection of the HIST.nc file is performed at the beginning; so, if this
one is absent, the code will automatically search the 3 ASCII.dat files.
The input files¶
An example of a aTDEP  calculation (in the special case where the NetCDF file HIST.nc is employed)
can be found in v8[37]. The 2 input files are
given in the tests/v8/Input directory.
Let us describe briefly this v8[37] file:
NormalMode # Unit cell definition brav 7 0 natom_unitcell 5 xred_unitcell 0.000000000e+00 0.000000000e+00 0.000000000e+00 5.000000000e-01 5.000000000e-01 5.000000000e-01 0.000000000e+00 5.000000000e-01 5.000000000e-01 5.000000000e-01 0.000000000e+00 5.000000000e-01 5.000000000e-01 5.000000000e-01 0.000000000e+00 typat_unitcell 3 2 1 1 1 # Supercell definition multiplicity 2.00 0.00 0.00 0.00 2.00 0.00 0.00 0.00 2.00 temperature 495.05 # Computation details nstep_max 101 nstep_min 1 rcut 7.426 # Optional inputs ngqpt2 2 2 2 TheEnd # XG20191126 : the comparison of the omega.dat file has been suppressed, because on the new reference machine, # the results were not reproducible. Strange ... And to be clarified ... # t37omega.dat, tolnlines = 2, tolabs = 2e-5, tolrel = 1.01, fld_options = -medium; #%%<BEGIN TEST_INFO> #%% [setup] #%% executable = atdep #%% md_hist = t37_ #%% [files] #%% files_to_test = #%% t37.abo, tolnlines = 1, tolabs = 0, tolrel = 0, fld_options = -medium; #%% t37thermo.dat, tolnlines = 0, tolabs = 0, tolrel = 0, fld_options = -medium; #%% [paral_info] #%% max_nprocs = 10 #%% [extra_info] #%% authors = J. Bieder #%% keywords = atdep #%% description = #%% test aTDEP #%% topics = aTDEP #%%<END TEST_INFO>
The input file format is fixed. So:
- This file begins with a 
NormalModeorDebugModekeyword and finishes withTheEnd(all the lines after are not read). - All the lines between 
# Unit cell definitionand# Optional inputsare fixed. - Between 
# Optional inputsandTheEnd, the format is free. 
More details:
- The section 
# Unit cell definitiondefines the bravais lattice brav (here, a simple cubic), the number of atoms in the unit cell natom_unitcell (here, 5 atoms), their reduced coordinates in the unit cell xred_unitcell (here, a perovskite) and the type of atoms in the unit cell typat_unitcell (here, one atom A, one atom B and 3 atoms C). - The section 
# Supercell definitiondefines the multiplicity of the supercell with respect to the unit cell multiplicity (here, it is a simple 2x2x2 multiplication of the unit cell) and the temperature of the system temperature(here, 495.05 K). - The section 
# Computation detailsdefines the range nstep_max…nstep_min of time steps or configurations (here, 100 time steps) and the cutoff radius for the pair interactions Rcut (here, all the interaction pairs with a bond length larger than 7.426 bohr will not be considered). - The section 
# Optional inputscan define a large number of optional keywords (here ngqpt2 defining the q-point grid for the vDOS integration is set to 2 2 2 in order to have a test sufficiently fast, which means that all the thermodynamic quantities have no sense.) All the input variables are defined in theaTDEPsection of the input variables description. Note that some input variables, not defined in theinput.infile, are obtained from theHIST.ncfile. In particular, the features of the supercell. 
TODO: Explain the extra input variables when the 3 ASCII files are employed.
The output files¶
A large number of output files are obtained after an execution of aTDEP.
.Version    3.0 of PHONONS
.Copyright (C) 1998-2022 ABINIT group (FB,JB).
 ABINIT comes with ABSOLUTELY NO WARRANTY.
 It is free software, and you are welcome to redistribute it
 under certain conditions (GNU General Public License,
 see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt).
 ABINIT is a project of the Universite Catholique de Louvain,
 Corning Inc. and other collaborators, see
 ~abinit/doc/developers/contributors.txt .
 Please read https://docs.abinit.org/theory/acknowledgments for suggested
 acknowledgments of the ABINIT effort.
 For more information, see http://www.abinit.org .
.Starting date : 16 Dec 2020.
 #############################################################################
 ######################### ECHO OF INPUT FILE ################################
 #############################################################################
 ======================= Define the unitcell =================================
 brav                    7    0
 natom_unitcell          5
 xred_unitcell       
                         0.0000000000    0.0000000000    0.0000000000
                         0.5000000000    0.5000000000    0.5000000000
                         0.0000000000    0.5000000000    0.5000000000
                         0.5000000000    0.0000000000    0.5000000000
                         0.5000000000    0.5000000000    0.0000000000
 typat_unitcell          3    2    1    1    1
 ntypat                  3
 amu                    15.9994000000  101.0700000000   87.6200000000
 ======================= Define the supercell ================================
 rprimd              
                        14.8529572410    0.0000000000    0.0000000000
                         0.0000000000   14.8529572410    0.0000000000
                         0.0000000000    0.0000000000   14.8529572410
 multiplicity        
                         2.0000000000    0.0000000000    0.0000000000
                         0.0000000000    2.0000000000    0.0000000000
                         0.0000000000    0.0000000000    2.0000000000
 natom                  40
 typat               
                         3    2    1    1    1    3    2    1    1    1
                         3    2    1    1    1    3    2    1    1    1
                         3    2    1    1    1    3    2    1    1    1
                         3    2    1    1    1    3    2    1    1    1
 temperature           495.0500000000
 ======================= Define computational details ========================
 nstep_max              101
 nstep_min                1
 rcut                    7.4260000000
 ======================= Optional input variables ============================
 ngqpt2                  2    2    2
 USE AVERAGE POSITIONS TO COMPUTE SPECTRUM
-Number of processors    1    1
 All quantities are computed from nstep_min=    1
                               to nstep_max=  101
 So, the real number of time steps is nstep=  101
 The positions, forces and energies are extracted from the NetCDF file: HIST.nc
 #############################################################################
 ########################## Computed quantities ##############################
 #############################################################################
 acell_unitcell=     7.4264786205     7.4264786205     7.4264786205
 rprimd_md=    14.8529572410     0.0000000000     0.0000000000
 rprimd_md=     0.0000000000    14.8529572410     0.0000000000
 rprimd_md=     0.0000000000     0.0000000000    14.8529572410
 bravais=    7    0    1    0    0    0    1    0    0    0    1
 See the sym.dat file
 #############################################################################
 ########################## Q points generation  #############################
 #############################################################################
 Generate the BZ path using the Q points defined by default
 See the qpt.dat file
 #############################################################################
 ###### Find the matching between ideal and average positions  ###############
 #############################################################################
  Determine ideal positions and distances...
  Compute average positions...
  Search the unitcell basis of atoms in the MD trajectory...
  Compare ideal and average positions using PBC...
  Write the xred_average.xyz file with ideal and average positions...
  Compute cartesian coordinates and forces...
 #############################################################################
 ###################### Find the symetry operations ##########################
 #################### (connecting the atoms together) ########################
 #############################################################################
 Search the matrix transformation going from (k) to (i)...
 Search the matrix transformation going from (k,l) to (i,j)...
 See the Indsym*.dat files (if debug)
 #############################################################################
 ####### FIRST ORDER : find the number of coefficients #######################
 #############################################################################
  Build the ref1at and Isym1at tables...
  Build the Shell1at datatype...
  Number of shells=           3
 ============================================================================
 Shell number:           1
  For atom    1:
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           0
 ============================================================================
 Shell number:           2
  For atom    2:
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           0
 ============================================================================
 Shell number:           3
  For atom    3:
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           0
 ============================================================================
   >>>>>> Total number of coefficients at the first order=           0
 #############################################################################
 ###### SECOND ORDER : find the number of coefficients #######################
 #############################################################################
  Build the ref2at and Isym2at tables...
  Build the Shell2at datatype...
  Number of shells=           7
 ============================================================================
 Shell number:           1
  Between atom    1 and     1 the distance is=    0.0000000000
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           1
 ============================================================================
 Shell number:           2
  Between atom    1 and     2 the distance is=    6.4315191460
   Number of independant coefficients in this shell=           2
   Number of interactions in this shell=           8
 ============================================================================
 Shell number:           3
  Between atom    1 and     3 the distance is=    5.2513133929
   Number of independant coefficients in this shell=           3
   Number of interactions in this shell=          12
 ============================================================================
 Shell number:           4
  Between atom    2 and     2 the distance is=    0.0000000000
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           1
 ============================================================================
 Shell number:           5
  Between atom    2 and     3 the distance is=    3.7132393103
   Number of independant coefficients in this shell=           2
   Number of interactions in this shell=           6
 ============================================================================
 Shell number:           6
  Between atom    3 and     3 the distance is=    0.0000000000
   Number of independant coefficients in this shell=           0
   Number of interactions in this shell=           1
 ============================================================================
 Shell number:           7
  Between atom    3 and     4 the distance is=    5.2513133929
   Number of independant coefficients in this shell=           4
   Number of interactions in this shell=           8
 ============================================================================
   >>>>>> Total number of coefficients at the second order=          11
 #############################################################################
 ############## Fill the matrices used in the pseudo-inverse #################
 #############################################################################
  Compute the coefficients (at the 1st order) used in the Moore-Penrose...
  ------- achieved
  Compute the coefficients (at the 2nd order) used in the Moore-Penrose...
  ------- achieved
 #############################################################################
 ###################### Compute the constraints ##############################
 ########################## At the 1st order #################################
 ########################## At the 2nd order #################################
 ################## Reduce the number of constraints #########################
 ############### (Solve simultaneously all the orders) #######################
 ################### And compute the pseudo-inverse ##########################
 #############################################################################
  The problem is solved
 #############################################################################
 #### For each shell, list of coefficients (IFC), number of neighbours... ####
 #############################################################################
 ############# List of (first order) IFC for the reference atom=   1
   0.000000  0.000000  0.000000
 ############# List of (first order) IFC for the reference atom=   2
   0.000000  0.000000  0.000000
 ############# List of (first order) IFC for the reference atom=   3
   0.000000  0.000000  0.000000
 ############# List of (first order) IFC for the reference atom=   4
   0.000000  0.000000  0.000000
 ############# List of (first order) IFC for the reference atom=   5
   0.000000  0.000000  0.000000
 #############################################################################
 #### For each shell, list of coefficients (IFC), number of neighbours... ####
 #############################################################################
 ############# List of (second order) IFC for the reference atom=   1
 ======== NEW SHELL (ishell=   1): There are   1 atoms on this shell at distance= 0.000000
  For jatom=   1 ,with type=   1
   0.047138  0.000000  0.000000
   0.000000  0.047138  0.000000
   0.000000  0.000000  0.047138
  The components of the vector are:    0.000000    0.000000    0.000000
  Trace=  0.141413
 ======== NEW SHELL (ishell=   3): There are  12 atoms on this shell at distance= 5.251313
  For jatom=   3 ,with type=   3
  -0.000677  0.000000  0.000000
   0.000000 -0.001162  0.000483
   0.000000  0.000483 -0.001162
  The components of the vector are:    0.000000    3.713239    3.713239
  Trace= -0.003001
  For jatom=   4 ,with type=   4
  -0.001162  0.000000  0.000483
   0.000000 -0.000677  0.000000
   0.000483  0.000000 -0.001162
  The components of the vector are:    3.713239    0.000000    3.713239
  Trace= -0.003001
  For jatom=   5 ,with type=   5
  -0.001162  0.000483  0.000000
   0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:    3.713239    3.713239    0.000000
  Trace= -0.003001
  For jatom=   8 ,with type=   3
  -0.000677  0.000000  0.000000
   0.000000 -0.001162 -0.000483
   0.000000 -0.000483 -0.001162
  The components of the vector are:    0.000000    3.713239   -3.713239
  Trace= -0.003001
  For jatom=   9 ,with type=   4
  -0.001162  0.000000 -0.000483
   0.000000 -0.000677  0.000000
  -0.000483  0.000000 -0.001162
  The components of the vector are:    3.713239    0.000000   -3.713239
  Trace= -0.003001
  For jatom=  13 ,with type=   3
  -0.000677  0.000000  0.000000
   0.000000 -0.001162 -0.000483
   0.000000 -0.000483 -0.001162
  The components of the vector are:    0.000000   -3.713239    3.713239
  Trace= -0.003001
  For jatom=  15 ,with type=   5
  -0.001162 -0.000483  0.000000
  -0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:    3.713239   -3.713239    0.000000
  Trace= -0.003001
  For jatom=  18 ,with type=   3
  -0.000677  0.000000  0.000000
   0.000000 -0.001162  0.000483
   0.000000  0.000483 -0.001162
  The components of the vector are:    0.000000   -3.713239   -3.713239
  Trace= -0.003001
  For jatom=  24 ,with type=   4
  -0.001162  0.000000 -0.000483
   0.000000 -0.000677  0.000000
  -0.000483  0.000000 -0.001162
  The components of the vector are:   -3.713239    0.000000    3.713239
  Trace= -0.003001
  For jatom=  25 ,with type=   5
  -0.001162 -0.000483  0.000000
  -0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:   -3.713239    3.713239    0.000000
  Trace= -0.003001
  For jatom=  29 ,with type=   4
  -0.001162  0.000000  0.000483
   0.000000 -0.000677  0.000000
   0.000483  0.000000 -0.001162
  The components of the vector are:   -3.713239    0.000000   -3.713239
  Trace= -0.003001
  For jatom=  35 ,with type=   5
  -0.001162  0.000483  0.000000
   0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:   -3.713239   -3.713239    0.000000
  Trace= -0.003001
 ======== NEW SHELL (ishell=   2): There are   8 atoms on this shell at distance= 6.431519
  For jatom=   2 ,with type=   2
  -0.004392 -0.007005 -0.007005
  -0.007005 -0.004392 -0.007005
  -0.007005 -0.007005 -0.004392
  The components of the vector are:    3.713239    3.713239    3.713239
  Trace= -0.013175
  For jatom=   7 ,with type=   2
  -0.004392 -0.007005  0.007005
  -0.007005 -0.004392  0.007005
   0.007005  0.007005 -0.004392
  The components of the vector are:    3.713239    3.713239   -3.713239
  Trace= -0.013175
  For jatom=  12 ,with type=   2
  -0.004392  0.007005 -0.007005
   0.007005 -0.004392  0.007005
  -0.007005  0.007005 -0.004392
  The components of the vector are:    3.713239   -3.713239    3.713239
  Trace= -0.013175
  For jatom=  17 ,with type=   2
  -0.004392  0.007005  0.007005
   0.007005 -0.004392 -0.007005
   0.007005 -0.007005 -0.004392
  The components of the vector are:    3.713239   -3.713239   -3.713239
  Trace= -0.013175
  For jatom=  22 ,with type=   2
  -0.004392  0.007005  0.007005
   0.007005 -0.004392 -0.007005
   0.007005 -0.007005 -0.004392
  The components of the vector are:   -3.713239    3.713239    3.713239
  Trace= -0.013175
  For jatom=  27 ,with type=   2
  -0.004392  0.007005 -0.007005
   0.007005 -0.004392  0.007005
  -0.007005  0.007005 -0.004392
  The components of the vector are:   -3.713239    3.713239   -3.713239
  Trace= -0.013175
  For jatom=  32 ,with type=   2
  -0.004392 -0.007005  0.007005
  -0.007005 -0.004392  0.007005
   0.007005  0.007005 -0.004392
  The components of the vector are:   -3.713239   -3.713239    3.713239
  Trace= -0.013175
  For jatom=  37 ,with type=   2
  -0.004392 -0.007005 -0.007005
  -0.007005 -0.004392 -0.007005
  -0.007005 -0.007005 -0.004392
  The components of the vector are:   -3.713239   -3.713239   -3.713239
  Trace= -0.013175
 ############# List of (second order) IFC for the reference atom=   2
 ======== NEW SHELL (ishell=   4): There are   1 atoms on this shell at distance= 0.000000
  For jatom=   2 ,with type=   2
   0.236797  0.000000  0.000000
   0.000000  0.236797  0.000000
   0.000000  0.000000  0.236797
  The components of the vector are:    0.000000    0.000000    0.000000
  Trace=  0.710390
 ======== NEW SHELL (ishell=   5): There are   6 atoms on this shell at distance= 3.713239
  For jatom=   3 ,with type=   3
  -0.071530  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:   -3.713239    0.000000    0.000000
  Trace= -0.100831
  For jatom=   4 ,with type=   4
  -0.014650  0.000000  0.000000
   0.000000 -0.071530  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    0.000000   -3.713239    0.000000
  Trace= -0.100831
  For jatom=   5 ,with type=   5
  -0.014650  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.071530
  The components of the vector are:    0.000000    0.000000   -3.713239
  Trace= -0.100831
  For jatom=  10 ,with type=   5
  -0.014650  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.071530
  The components of the vector are:    0.000000    0.000000    3.713239
  Trace= -0.100831
  For jatom=  14 ,with type=   4
  -0.014650  0.000000  0.000000
   0.000000 -0.071530  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    0.000000    3.713239    0.000000
  Trace= -0.100831
  For jatom=  23 ,with type=   3
  -0.071530  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    3.713239    0.000000    0.000000
  Trace= -0.100831
 ======== NEW SHELL (ishell=   2): There are   8 atoms on this shell at distance= 6.431519
  For jatom=   1 ,with type=   1
  -0.004392 -0.007005 -0.007005
  -0.007005 -0.004392 -0.007005
  -0.007005 -0.007005 -0.004392
  The components of the vector are:   -3.713239   -3.713239   -3.713239
  Trace= -0.013175
  For jatom=   6 ,with type=   1
  -0.004392 -0.007005  0.007005
  -0.007005 -0.004392  0.007005
   0.007005  0.007005 -0.004392
  The components of the vector are:   -3.713239   -3.713239    3.713239
  Trace= -0.013175
  For jatom=  11 ,with type=   1
  -0.004392  0.007005 -0.007005
   0.007005 -0.004392  0.007005
  -0.007005  0.007005 -0.004392
  The components of the vector are:   -3.713239    3.713239   -3.713239
  Trace= -0.013175
  For jatom=  16 ,with type=   1
  -0.004392  0.007005  0.007005
   0.007005 -0.004392 -0.007005
   0.007005 -0.007005 -0.004392
  The components of the vector are:   -3.713239    3.713239    3.713239
  Trace= -0.013175
  For jatom=  21 ,with type=   1
  -0.004392  0.007005  0.007005
   0.007005 -0.004392 -0.007005
   0.007005 -0.007005 -0.004392
  The components of the vector are:    3.713239   -3.713239   -3.713239
  Trace= -0.013175
  For jatom=  26 ,with type=   1
  -0.004392  0.007005 -0.007005
   0.007005 -0.004392  0.007005
  -0.007005  0.007005 -0.004392
  The components of the vector are:    3.713239   -3.713239    3.713239
  Trace= -0.013175
  For jatom=  31 ,with type=   1
  -0.004392 -0.007005  0.007005
  -0.007005 -0.004392  0.007005
   0.007005  0.007005 -0.004392
  The components of the vector are:    3.713239    3.713239   -3.713239
  Trace= -0.013175
  For jatom=  36 ,with type=   1
  -0.004392 -0.007005 -0.007005
  -0.007005 -0.004392 -0.007005
  -0.007005 -0.007005 -0.004392
  The components of the vector are:    3.713239    3.713239    3.713239
  Trace= -0.013175
 ############# List of (second order) IFC for the reference atom=   3
 ======== NEW SHELL (ishell=   6): There are   1 atoms on this shell at distance= 0.000000
  For jatom=   3 ,with type=   3
   0.193549  0.000000  0.000000
   0.000000  0.042487  0.000000
   0.000000  0.000000  0.042487
  The components of the vector are:    0.000000    0.000000    0.000000
  Trace=  0.278523
 ======== NEW SHELL (ishell=   5): There are   2 atoms on this shell at distance= 3.713239
  For jatom=   2 ,with type=   2
  -0.071530  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    3.713239    0.000000    0.000000
  Trace= -0.100831
  For jatom=  22 ,with type=   2
  -0.071530  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:   -3.713239    0.000000    0.000000
  Trace= -0.100831
 ======== NEW SHELL (ishell=   7): There are   8 atoms on this shell at distance= 5.251313
  For jatom=   4 ,with type=   4
  -0.005973  0.003099  0.000000
   0.007949 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:    3.713239   -3.713239    0.000000
  Trace= -0.008107
  For jatom=   5 ,with type=   5
  -0.005973  0.000000  0.003099
   0.000000  0.003838  0.000000
   0.007949  0.000000 -0.005973
  The components of the vector are:    3.713239    0.000000   -3.713239
  Trace= -0.008107
  For jatom=  10 ,with type=   5
  -0.005973  0.000000 -0.003099
   0.000000  0.003838  0.000000
  -0.007949  0.000000 -0.005973
  The components of the vector are:    3.713239    0.000000    3.713239
  Trace= -0.008107
  For jatom=  14 ,with type=   4
  -0.005973 -0.003099  0.000000
  -0.007949 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:    3.713239    3.713239    0.000000
  Trace= -0.008107
  For jatom=  24 ,with type=   4
  -0.005973 -0.003099  0.000000
  -0.007949 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:   -3.713239   -3.713239    0.000000
  Trace= -0.008107
  For jatom=  25 ,with type=   5
  -0.005973  0.000000 -0.003099
   0.000000  0.003838  0.000000
  -0.007949  0.000000 -0.005973
  The components of the vector are:   -3.713239    0.000000   -3.713239
  Trace= -0.008107
  For jatom=  30 ,with type=   5
  -0.005973  0.000000  0.003099
   0.000000  0.003838  0.000000
   0.007949  0.000000 -0.005973
  The components of the vector are:   -3.713239    0.000000    3.713239
  Trace= -0.008107
  For jatom=  34 ,with type=   4
  -0.005973  0.003099  0.000000
   0.007949 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:   -3.713239    3.713239    0.000000
  Trace= -0.008107
 ======== NEW SHELL (ishell=   3): There are   4 atoms on this shell at distance= 5.251313
  For jatom=   1 ,with type=   1
  -0.000677  0.000000  0.000000
   0.000000 -0.001162  0.000483
   0.000000  0.000483 -0.001162
  The components of the vector are:    0.000000   -3.713239   -3.713239
  Trace= -0.003001
  For jatom=   6 ,with type=   1
  -0.000677  0.000000  0.000000
   0.000000 -0.001162 -0.000483
   0.000000 -0.000483 -0.001162
  The components of the vector are:    0.000000   -3.713239    3.713239
  Trace= -0.003001
  For jatom=  11 ,with type=   1
  -0.000677  0.000000  0.000000
   0.000000 -0.001162 -0.000483
   0.000000 -0.000483 -0.001162
  The components of the vector are:    0.000000    3.713239   -3.713239
  Trace= -0.003001
  For jatom=  16 ,with type=   1
  -0.000677  0.000000  0.000000
   0.000000 -0.001162  0.000483
   0.000000  0.000483 -0.001162
  The components of the vector are:    0.000000    3.713239    3.713239
  Trace= -0.003001
 ############# List of (second order) IFC for the reference atom=   4
 ======== NEW SHELL (ishell=   6): There are   1 atoms on this shell at distance= 0.000000
  For jatom=   4 ,with type=   4
   0.042487  0.000000  0.000000
   0.000000  0.193549  0.000000
   0.000000  0.000000  0.042487
  The components of the vector are:    0.000000    0.000000    0.000000
  Trace=  0.278523
 ======== NEW SHELL (ishell=   5): There are   2 atoms on this shell at distance= 3.713239
  For jatom=   2 ,with type=   2
  -0.014650  0.000000  0.000000
   0.000000 -0.071530  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    0.000000    3.713239    0.000000
  Trace= -0.100831
  For jatom=  12 ,with type=   2
  -0.014650  0.000000  0.000000
   0.000000 -0.071530  0.000000
   0.000000  0.000000 -0.014650
  The components of the vector are:    0.000000   -3.713239    0.000000
  Trace= -0.100831
 ======== NEW SHELL (ishell=   7): There are   8 atoms on this shell at distance= 5.251313
  For jatom=   3 ,with type=   3
  -0.005973  0.007949  0.000000
   0.003099 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:   -3.713239    3.713239    0.000000
  Trace= -0.008107
  For jatom=   5 ,with type=   5
   0.003838  0.000000  0.000000
   0.000000 -0.005973  0.003099
   0.000000  0.007949 -0.005973
  The components of the vector are:    0.000000    3.713239   -3.713239
  Trace= -0.008107
  For jatom=  10 ,with type=   5
   0.003838  0.000000  0.000000
   0.000000 -0.005973 -0.003099
   0.000000 -0.007949 -0.005973
  The components of the vector are:    0.000000    3.713239    3.713239
  Trace= -0.008107
  For jatom=  13 ,with type=   3
  -0.005973 -0.007949  0.000000
  -0.003099 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:   -3.713239   -3.713239    0.000000
  Trace= -0.008107
  For jatom=  15 ,with type=   5
   0.003838  0.000000  0.000000
   0.000000 -0.005973 -0.003099
   0.000000 -0.007949 -0.005973
  The components of the vector are:    0.000000   -3.713239   -3.713239
  Trace= -0.008107
  For jatom=  20 ,with type=   5
   0.003838  0.000000  0.000000
   0.000000 -0.005973  0.003099
   0.000000  0.007949 -0.005973
  The components of the vector are:    0.000000   -3.713239    3.713239
  Trace= -0.008107
  For jatom=  23 ,with type=   3
  -0.005973 -0.007949  0.000000
  -0.003099 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:    3.713239    3.713239    0.000000
  Trace= -0.008107
  For jatom=  33 ,with type=   3
  -0.005973  0.007949  0.000000
   0.003099 -0.005973  0.000000
   0.000000  0.000000  0.003838
  The components of the vector are:    3.713239   -3.713239    0.000000
  Trace= -0.008107
 ======== NEW SHELL (ishell=   3): There are   4 atoms on this shell at distance= 5.251313
  For jatom=   1 ,with type=   1
  -0.001162  0.000000  0.000483
   0.000000 -0.000677  0.000000
   0.000483  0.000000 -0.001162
  The components of the vector are:   -3.713239    0.000000   -3.713239
  Trace= -0.003001
  For jatom=   6 ,with type=   1
  -0.001162  0.000000 -0.000483
   0.000000 -0.000677  0.000000
  -0.000483  0.000000 -0.001162
  The components of the vector are:   -3.713239    0.000000    3.713239
  Trace= -0.003001
  For jatom=  21 ,with type=   1
  -0.001162  0.000000 -0.000483
   0.000000 -0.000677  0.000000
  -0.000483  0.000000 -0.001162
  The components of the vector are:    3.713239    0.000000   -3.713239
  Trace= -0.003001
  For jatom=  26 ,with type=   1
  -0.001162  0.000000  0.000483
   0.000000 -0.000677  0.000000
   0.000483  0.000000 -0.001162
  The components of the vector are:    3.713239    0.000000    3.713239
  Trace= -0.003001
 ############# List of (second order) IFC for the reference atom=   5
 ======== NEW SHELL (ishell=   6): There are   1 atoms on this shell at distance= 0.000000
  For jatom=   5 ,with type=   5
   0.042487  0.000000  0.000000
   0.000000  0.042487  0.000000
   0.000000  0.000000  0.193549
  The components of the vector are:    0.000000    0.000000    0.000000
  Trace=  0.278523
 ======== NEW SHELL (ishell=   5): There are   2 atoms on this shell at distance= 3.713239
  For jatom=   2 ,with type=   2
  -0.014650  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.071530
  The components of the vector are:    0.000000    0.000000    3.713239
  Trace= -0.100831
  For jatom=   7 ,with type=   2
  -0.014650  0.000000  0.000000
   0.000000 -0.014650  0.000000
   0.000000  0.000000 -0.071530
  The components of the vector are:    0.000000    0.000000   -3.713239
  Trace= -0.100831
 ======== NEW SHELL (ishell=   7): There are   8 atoms on this shell at distance= 5.251313
  For jatom=   3 ,with type=   3
  -0.005973  0.000000  0.007949
   0.000000  0.003838  0.000000
   0.003099  0.000000 -0.005973
  The components of the vector are:   -3.713239    0.000000    3.713239
  Trace= -0.008107
  For jatom=   4 ,with type=   4
   0.003838  0.000000  0.000000
   0.000000 -0.005973  0.007949
   0.000000  0.003099 -0.005973
  The components of the vector are:    0.000000   -3.713239    3.713239
  Trace= -0.008107
  For jatom=   8 ,with type=   3
  -0.005973  0.000000 -0.007949
   0.000000  0.003838  0.000000
  -0.003099  0.000000 -0.005973
  The components of the vector are:   -3.713239    0.000000   -3.713239
  Trace= -0.008107
  For jatom=   9 ,with type=   4
   0.003838  0.000000  0.000000
   0.000000 -0.005973 -0.007949
   0.000000 -0.003099 -0.005973
  The components of the vector are:    0.000000   -3.713239   -3.713239
  Trace= -0.008107
  For jatom=  14 ,with type=   4
   0.003838  0.000000  0.000000
   0.000000 -0.005973 -0.007949
   0.000000 -0.003099 -0.005973
  The components of the vector are:    0.000000    3.713239    3.713239
  Trace= -0.008107
  For jatom=  19 ,with type=   4
   0.003838  0.000000  0.000000
   0.000000 -0.005973  0.007949
   0.000000  0.003099 -0.005973
  The components of the vector are:    0.000000    3.713239   -3.713239
  Trace= -0.008107
  For jatom=  23 ,with type=   3
  -0.005973  0.000000 -0.007949
   0.000000  0.003838  0.000000
  -0.003099  0.000000 -0.005973
  The components of the vector are:    3.713239    0.000000    3.713239
  Trace= -0.008107
  For jatom=  28 ,with type=   3
  -0.005973  0.000000  0.007949
   0.000000  0.003838  0.000000
   0.003099  0.000000 -0.005973
  The components of the vector are:    3.713239    0.000000   -3.713239
  Trace= -0.008107
 ======== NEW SHELL (ishell=   3): There are   4 atoms on this shell at distance= 5.251313
  For jatom=   1 ,with type=   1
  -0.001162  0.000483  0.000000
   0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:   -3.713239   -3.713239    0.000000
  Trace= -0.003001
  For jatom=  11 ,with type=   1
  -0.001162 -0.000483  0.000000
  -0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:   -3.713239    3.713239    0.000000
  Trace= -0.003001
  For jatom=  21 ,with type=   1
  -0.001162 -0.000483  0.000000
  -0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:    3.713239   -3.713239    0.000000
  Trace= -0.003001
  For jatom=  31 ,with type=   1
  -0.001162  0.000483  0.000000
   0.000483 -0.001162  0.000000
   0.000000  0.000000 -0.000677
  The components of the vector are:    3.713239    3.713239    0.000000
  Trace= -0.003001
 #############################################################################
 ############## Compute the phonon spectrum, the DOS, ########################
 ##############  the dynamical matrix and write them  ########################
 #############################################################################
 #############################################################################
 ################### vibrational Density OF States (vDOS) ####################
 #############################################################################
 See the vdos.dat and TDEP_PHDOS* files
 Write the IFC of TDEP in ifc_out.dat (and ifc_out.nc)
 ------- achieved
 Compute the vDOS
 ------- achieved
 (Please, pay attention to convergency wrt the BZ mesh : the ngqpt2 input variable)
 See the dij.dat, omega.dat and eigenvectors files
 See also the DDB file
 #############################################################################
 ######################### Elastic constants #################################
 ################ Bulk and Shear modulus--Sound velocities ###################
 #############################################################################
 ========== Using the formulation proposed by Wallace (using the IFC) =========
 Cijkl [in GPa]=
 | C11 C12 C13 C14 C15 C16 |    233.014   71.383   71.383    0.000    0.000    0.000
 | C21 C22 C23 C24 C25 C26 |     71.383  233.014   71.383    0.000    0.000    0.000
 | C31 C32 C33 C34 C35 C36 |     71.383   71.383  233.014    0.000    0.000    0.000
 | C41 C42 C43 C44 C45 C46 | =    0.000    0.000    0.000   79.559    0.000    0.000
 | C51 C52 C53 C54 C55 C56 |      0.000    0.000    0.000    0.000   79.559    0.000
 | C61 C62 C63 C64 C65 C66 |      0.000    0.000    0.000    0.000    0.000   79.559
 ========== For an Anisotropic Material =======================================
 Sijkl [in GPa-1]=
 | S11 S12 S13 S14 S15 S16 |      0.005   -0.001   -0.001    0.000    0.000   -0.000
 | S21 S22 S23 S24 S25 S26 |     -0.001    0.005   -0.001    0.000    0.000   -0.000
 | S31 S32 S33 S34 S35 S36 |     -0.001   -0.001    0.005    0.000    0.000   -0.000
 | S41 S42 S43 S44 S45 S46 | =    0.000    0.000    0.000    0.013    0.000   -0.000
 | S51 S52 S53 S54 S55 S56 |      0.000    0.000    0.000    0.000    0.013   -0.000
 | S61 S62 S63 S64 S65 S66 |      0.000    0.000    0.000    0.000    0.000    0.013
 ========== For an Orthotropic Material (see B. M. Lempriere (1968)) ==========
 Young modulus E1, E2 and E3 [in GPa]= 199.534  199.534  199.534
 Poisson ratio Nu21, Nu31, Nu23, Nu12, Nu13 and Nu32=   0.235    0.235    0.235    0.235    0.235    0.235
 Shear modulus G23, G13 and G12 [in GPa]=  79.559   79.559   79.559
 Sijkl [in GPa-1]=
 | S11 S12 S13 S14 S15 S16 |      0.005   -0.001   -0.001    0.000    0.000    0.000
 | S21 S22 S23 S24 S25 S26 |     -0.001    0.005   -0.001    0.000    0.000    0.000
 | S31 S32 S33 S34 S35 S36 |     -0.001   -0.001    0.005    0.000    0.000    0.000
 | S41 S42 S43 S44 S45 S46 | =    0.000    0.000    0.000    0.013    0.000    0.000
 | S51 S52 S53 S54 S55 S56 |      0.000    0.000    0.000    0.000    0.013    0.000
 | S61 S62 S63 S64 S65 S66 |      0.000    0.000    0.000    0.000    0.000    0.013
 For density rho [in kg.m-3]= 6475.654
 ========================= Voigt average (constant strain) ===================
 ISOTHERMAL modulus [in GPa]: Bulk Kt=  125.260 and Shear G=   80.061
 Average of Young modulus E [in GPa]=  198.000 Lame modulus Lambda [in GPa]=   71.886 and Poisson ratio Nu=    0.237
 Velocities [in m.s-1]: compressional Vp= 5985.639  shear Vs= 3516.171  and bulk Vphi= 4398.097
 Debye velocity [in m.s-1]= 3897.547  and temperature [in K]=  504.901
 ========================= Reuss average (constant stress) ===================
 ISOTHERMAL modulus [in GPa]: Bulk Kt=  125.260 and Shear G=   80.057
 Average of Young modulus E [in GPa]=  197.990 Lame modulus Lambda [in GPa]=   71.889 and Poisson ratio Nu=    0.237
 Velocities [in m.s-1]: compressional Vp= 5985.558  shear Vs= 3516.068  and bulk Vphi= 4398.097
 Debye velocity [in m.s-1]= 3897.438  and temperature [in K]=  504.887
 ============================== Hill average =================================
 ISOTHERMAL modulus [in GPa]: Bulk Kt=  125.260 and Shear G=   80.059
 Average of Young modulus E [in GPa]=  197.995 Lame modulus Lambda [in GPa]=   71.887 and Poisson ratio Nu=    0.237
 Velocities [in m.s-1]: compressional Vp= 5985.598  shear Vs= 3516.120  and bulk Vphi= 4398.097
 Debye velocity [in m.s-1]= 3897.492  and temperature [in K]=  504.894
 ========================= Elastic anisotropy =================================
 Elastic anisotropy index : A_U= 5*G_V/G_R + K_V/K_R - 6 =    0.000
 Bulk anisotropy ratio : A_B= (B_V-B_R)/(B_V+B_R) =   -0.000
 Shear anisotropy ratio : A_G= (G_V-G_R)/(G_V+G_R) =    0.000
 #############################################################################
 ######################### Energies, errors,...  #############################
 #############################################################################
 Thermodynamic quantities and convergence parameters of THE MODEL,
      as a function of the step number (energies in eV/atom and forces in Ha/bohr) :
 <U_TDEP> = U_0 + U_1 + U_2
       with U_0 = < U_MD - sum_i Phi1 ui - 1/2 sum_ij Phi2 ui uj >
        and U_1 = <      sum_i    Phi1 ui >
        and U_2 = < 1/2  sum_ij   Phi2 ui uj >
  Delta_U =   < U_MD - U_TDEP > 
  Delta_U2= (< (U_MD - U_TDEP)^2 >)**0.5 
  Delta_F2= (< (F_MD - F_TDEP)^2 >)**0.5 
  Sigma   = (< (F_MD - F_TDEP)^2 >/<F_MD**2>)**0.5 
     <U_MD>            U_0              U_1              U_2            Delta_U          Delta_U2          Delta_F2          Sigma
  -944.32350       -944.38376          0.00000          0.06026          0.00000          0.12286          0.00561          0.43732
 NOTE : in the harmonic and classical limit (T>>T_Debye), U_2=3/2*kB*T=      0.06399
 See the etotMDvsTDEP.dat & fcartMDvsTDEP.dat files
 #############################################################################
 ################# Thermodynamic quantities: Free energy,...##################
 #############################################################################
 See the thermo.dat file
 #############################################################################
 ######################### CALCULATION COMPLETED #############################
 #############################################################################
 Suggested references for the acknowledgment of ABINIT usage.
 The users of ABINIT have little formal obligations with respect to the ABINIT group
 (those specified in the GNU General Public License, http://www.gnu.org/copyleft/gpl.txt).
 However, it is common practice in the scientific literature,
 to acknowledge the efforts of people that have made the research possible.
 In this spirit, please find below suggested citations of work written by ABINIT developers,
 corresponding to implementations inside of ABINIT that you have used in the present run.
 Note also that it will be of great value to readers of publications presenting these results,
 to read papers enabling them to understand the theoretical formalism and details
 of the ABINIT implementation.
 For information on why they are suggested, see also https://docs.abinit.org/theory/acknowledgments.
 [1] a-TDEP: Temperature Dependent Effective Potential for Abinit 
 -- Lattice dynamic properties including anharmonicity
 F. Bottin, J. Bieder and J. Bouchet, Comput. Phys. Comm. 254, 107301 (2020).
 Strong suggestion to cite this paper in your publications.
 [2] Thermal evolution of vibrational properties of alpha-U
 J. Bouchet and F. Bottin, Phys. Rev. B 92, 174108 (2015).
 Strong suggestion to cite this paper in your publications.
 [3] Lattice dynamics of anharmonic solids from first principles
 O. Hellman, I.A. Abrikosov and S.I. Simak, Phys. Rev. B 84, 180301(R) (2011).
 [4] Temperature dependent effective potential method for accurate free energy calculations of solids
 O. Hellman, P. Steneteg, I.A. Abrikosov and S.I. Simak, Phys. Rev. B 87, 104111 (2013).
    1       -0.000001       -0.000000        0.000001       18.616366       18.616366       18.616366       26.247284       26.247284       26.247284       41.252239       41.252239       41.252239       74.190706       74.190706       74.190706
    2        0.184428        0.184428        0.315612       18.616146       18.616146       18.617175       26.247284       26.248200       26.248200       41.251538       41.251538       41.252239       74.189832       74.190598       74.190598
    3        0.368822        0.368822        0.631087       18.615485       18.615485       18.619605       26.247284       26.250949       26.250949       41.249433       41.249433       41.252240       74.187209       74.190275       74.190275
    4        0.553151        0.553151        0.946286       18.614382       18.614382       18.623661       26.247284       26.255530       26.255530       41.245924       41.245924       41.252240       74.182840       74.189735       74.189735
    5        0.737381        0.737381        1.261070       18.612832       18.612832       18.629353       26.247284       26.261945       26.261945       41.241013       41.241013       41.252241       74.176727       74.188981       74.188981
    6        0.921479        0.921479        1.575301       18.610833       18.610833       18.636696       26.247284       26.270195       26.270195       41.234700       41.234700       41.252242       74.168873       74.188013       74.188013
    7        1.105412        1.105412        1.888838       18.608378       18.608378       18.645708       26.247284       26.280282       26.280282       41.226984       41.226984       41.252242       74.159285       74.186832       74.186832
    8        1.289148        1.289148        2.201540       18.605460       18.605460       18.656412       26.247284       26.292209       26.292209       41.217867       41.217867       41.252244       74.147968       74.185439       74.185439
    9        1.472654        1.472654        2.513264       18.602072       18.602072       18.668834       26.247284       26.305977       26.305977       41.207349       41.207349       41.252245       74.134929       74.183835       74.183835
   10        1.655899        1.655899        2.823866       18.598205       18.598205       18.683004       26.247284       26.321589       26.321589       41.195432       41.195432       41.252247       74.120176       74.182021       74.182021
   11        1.838850        1.838850        3.133199       18.593848       18.593848       18.698959       26.247284       26.339049       26.339049       41.182115       41.182115       41.252248       74.103719       74.180001       74.180001
   12        2.021475        2.021475        3.441115       18.588991       18.588991       18.716738       26.247284       26.358359       26.358359       41.167400       41.167400       41.252250       74.085569       74.177775       74.177775
   13        2.203742        2.203742        3.747463       18.583621       18.583621       18.736384       26.247284       26.379522       26.379522       41.151289       41.151289       41.252253       74.065736       74.175346       74.175346
   14        2.385622        2.385622        4.052091       18.577725       18.577725       18.757945       26.247284       26.402542       26.402542       41.133782       41.133782       41.252255       74.044235       74.172716       74.172716
   15        2.567083        2.567083        4.354841       18.571291       18.571291       18.781476       26.247284       26.427422       26.427422       41.114881       41.114881       41.252258       74.021078       74.169889       74.169889
   16        2.748094        2.748094        4.655557       18.564303       18.564303       18.807032       26.247284       26.454164       26.454164       41.094587       41.094587       41.252261       73.996280       74.166865       74.166865
   17        2.928625        2.928625        4.954075       18.556746       18.556746       18.834676       26.247284       26.482772       26.482772       41.072903       41.072903       41.252265       73.969859       74.163650       74.163650
   18        3.108647        3.108647        5.250231       18.548604       18.548604       18.864473       26.247284       26.513248       26.513248       41.049830       41.049830       41.252269       73.941830       74.160245       74.160245
   19        3.288131        3.288131        5.543858       18.539861       18.539861       18.896495       26.247284       26.545595       26.545595       41.025370       41.025370       41.252273       73.912213       74.156654       74.156654
   20        3.467047        3.467047        5.834785       18.530500       18.530500       18.930816       26.247284       26.579814       26.579814       40.999525       40.999525       41.252278       73.881028       74.152881       74.152881
   21        3.645368        3.645368        6.122837       18.520504       18.520504       18.967516       26.247284       26.615907       26.615907       40.972298       40.972298       41.252283       73.848294       74.148929       74.148929
   22        3.823066        3.823066        6.407837       18.509855       18.509855       19.006678       26.247284       26.653875       26.653875       40.943691       40.943691       41.252289       73.814035       74.144802       74.144802
   23        4.000113        4.000113        6.689606       18.498535       18.498535       19.048389       26.247284       26.693718       26.693718       40.913707       40.913707       41.252295       73.778272       74.140505       74.140505
   24        4.176483        4.176483        6.967961       18.486527       18.486527       19.092739       26.247284       26.735435       26.735435       40.882348       40.882348       41.252301       73.741031       74.136041       74.136041
   25        4.352149        4.352149        7.242716       18.473812       18.473812       19.139823       26.247284       26.779026       26.779026       40.849618       40.849618       41.252308       73.702337       74.131415       74.131415
   26        4.527087        4.527087        7.513684       18.460372       18.460372       19.189736       26.247284       26.824487       26.824487       40.815520       40.815520       41.252316       73.662217       74.126632       74.126632
   27        4.701271        4.701271        7.780678       18.446189       18.446189       19.242577       26.247284       26.871816       26.871816       40.780058       40.780058       41.252324       73.620698       74.121695       74.121695
   28        4.874676        4.874676        8.043507       18.431245       18.431245       19.298445       26.247284       26.921009       26.921009       40.743235       40.743235       41.252333       73.577811       74.116611       74.116611
   29        5.047280        5.047280        8.301983       18.415522       18.415522       19.357441       26.247284       26.972060       26.972060       40.705055       40.705055       41.252343       73.533584       74.111384       74.111384
   30        5.219060        5.219060        8.555917       18.399002       18.399002       19.419665       26.247284       27.024963       27.024963       40.665522       40.665522       41.252353       73.488050       74.106019       74.106019
   31        5.389992        5.389992        8.805122       18.381669       18.381669       19.485214       26.247284       27.079711       27.079711       40.624641       40.624641       41.252364       73.441241       74.100521       74.100521
   32        5.560055        5.560055        9.049414       18.363505       18.363505       19.554183       26.247284       27.136295       27.136295       40.582416       40.582416       41.252376       73.393192       74.094896       74.094896
   33        5.729229        5.729229        9.288616       18.344493       18.344493       19.626664       26.247284       27.194705       27.194705       40.538853       40.538853       41.252389       73.343938       74.089150       74.089150
   34        5.897493        5.897493        9.522552       18.324617       18.324617       19.702742       26.247284       27.254929       27.254929       40.493957       40.493957       41.252402       73.293516       74.083288       74.083288
   35        6.064828        6.064828        9.751058       18.303862       18.303862       19.782495       26.247284       27.316954       27.316954       40.447733       40.447733       41.252417       73.241963       74.077315       74.077315
   36        6.231214        6.231214        9.973976       18.282212       18.282212       19.865992       26.247284       27.380767       27.380767       40.400187       40.400187       41.252432       73.189318       74.071238       74.071238
   37        6.396634        6.396634       10.191160       18.259653       18.259653       19.953292       26.247284       27.446351       27.446351       40.351326       40.351326       41.252448       73.135621       74.065063       74.065063
   38        6.561070        6.561070       10.402476       18.236170       18.236170       20.044441       26.247284       27.513690       27.513690       40.301156       40.301156       41.252466       73.080915       74.058796       74.058796
   39        6.724506        6.724506       10.607805       18.211750       18.211750       20.139470       26.247284       27.582765       27.582765       40.249685       40.249685       41.252484       73.025242       74.052443       74.052443
   40        6.886926        6.886926       10.807042       18.186380       18.186380       20.238396       26.247284       27.653555       27.653555       40.196919       40.196919       41.252503       72.968647       74.046010       74.046010
   41        7.048315        7.048315       11.000101       18.160047       18.160047       20.341217       26.247284       27.726039       27.726039       40.142867       40.142867       41.252523       72.911174       74.039504       74.039504
   42        7.208658        7.208658       11.186913       18.132740       18.132740       20.447913       26.247284       27.800193       27.800193       40.087538       40.087538       41.252545       72.852870       74.032930       74.032930
   43        7.367941        7.367941       11.367430       18.104447       18.104447       20.558444       26.247284       27.875993       27.875993       40.030939       40.030939       41.252567       72.793783       74.026296       74.026296
   44        7.526152        7.526152       11.541623       18.075158       18.075158       20.672750       26.247284       27.953413       27.953413       39.973080       39.973080       41.252591       72.733963       74.019608       74.019608
   45        7.683279        7.683279       11.709486       18.044863       18.044863       20.790748       26.247284       28.032423       28.032423       39.913972       39.913972       41.252616       72.673459       74.012873       74.012873
   46        7.839310        7.839310       11.871033       18.013552       18.013552       20.912336       26.247284       28.112996       28.112996       39.853624       39.853624       41.252642       72.612324       74.006097       74.006097
   47        7.994234        7.994234       12.026299       17.981218       17.981218       21.037388       26.247284       28.195099       28.195099       39.792048       39.792048       41.252669       72.550610       73.999287       73.999287
   48        8.148041        8.148041       12.175341       17.947851       17.947851       21.165759       26.247284       28.278699       28.278699       39.729256       39.729256       41.252698       72.488371       73.992450       73.992450
   49        8.300722        8.300722       12.318233       17.913444       17.913444       21.297283       26.247284       28.363763       28.363763       39.665259       39.665259       41.252727       72.425662       73.985592       73.985592
   50        8.452268        8.452268       12.455070       17.877991       17.877991       21.431776       26.247284       28.450255       28.450255       39.600072       39.600072       41.252758       72.362541       73.978720       73.978720
   51        8.602671        8.602671       12.585964       17.841485       17.841485       21.569035       26.247284       28.538138       28.538138       39.533707       39.533707       41.252791       72.299064       73.971841       73.971841
   52        8.751924        8.751924       12.711043       17.803920       17.803920       21.708843       26.247284       28.627371       28.627371       39.466180       39.466180       41.252824       72.235291       73.964963       73.964963
   53        8.900019        8.900019       12.830446       17.765291       17.765291       21.850967       26.247284       28.717915       28.717915       39.397507       39.397507       41.252859       72.171281       73.958090       73.958090
   54        9.046952        9.046952       12.944327       17.725592       17.725592       21.995163       26.247284       28.809727       28.809727       39.327703       39.327703       41.252895       72.107095       73.951231       73.951231
   55        9.192715        9.192715       13.052849       17.684820       17.684820       22.141177       26.247284       28.902764       28.902764       39.256788       39.256788       41.252932       72.042794       73.944392       73.944392
   56        9.337305        9.337305       13.156183       17.642971       17.642971       22.288746       26.247284       28.996980       28.996980       39.184779       39.184779       41.252971       71.978443       73.937580       73.937580
   57        9.480717        9.480717       13.254505       17.600040       17.600040       22.437601       26.247284       29.092328       29.092328       39.111696       39.111696       41.253011       71.914105       73.930801       73.930801
   58        9.622948        9.622948       13.347997       17.556026       17.556026       22.587471       26.247284       29.188759       29.188759       39.037561       39.037561       41.253052       71.849844       73.924063       73.924063
   59        9.763993        9.763993       13.436842       17.510925       17.510925       22.738078       26.247284       29.286223       29.286223       38.962397       38.962397       41.253094       71.785726       73.917372       73.917372
   60        9.903850        9.903850       13.521223       17.464735       17.464735       22.889148       26.247284       29.384666       29.384666       38.886228       38.886228       41.253138       71.721819       73.910734       73.910734
   61       10.042517       10.042517       13.601325       17.417453       17.417453       23.040403       26.247284       29.484035       29.484035       38.809079       38.809079       41.253183       71.658188       73.904157       73.904157
   62       10.179992       10.179992       13.677329       17.369079       17.369079       23.191572       26.247284       29.584274       29.584274       38.730978       38.730978       41.253228       71.594902       73.897646       73.897646
   63       10.316274       10.316274       13.749414       17.319611       17.319611       23.342382       26.247284       29.685324       29.685324       38.651955       38.651955       41.253275       71.532030       73.891208       73.891208
   64       10.451361       10.451361       13.817753       17.269047       17.269047       23.492569       26.247284       29.787124       29.787124       38.572043       38.572043       41.253323       71.469640       73.884850       73.884850
   65       10.585253       10.585253       13.882518       17.217388       17.217388       23.641869       26.247284       29.889611       29.889611       38.491274       38.491274       41.253371       71.407803       73.878577       73.878577
   66       10.717951       10.717951       13.943872       17.164631       17.164631       23.790028       26.247284       29.992720       29.992720       38.409686       38.409686       41.253421       71.346587       73.872396       73.872396
   67       10.849453       10.849453       14.001973       17.110777       17.110777       23.936796       26.247284       30.096382       30.096382       38.327320       38.327320       41.253471       71.286064       73.866313       73.866313
   68       10.979761       10.979761       14.056976       17.055825       17.055825       24.081931       26.247284       30.200526       30.200526       38.244217       38.244217       41.253522       71.226303       73.860334       73.860334
   69       11.108875       11.108875       14.109024       16.999775       16.999775       24.225196       26.247284       30.305077       30.305077       38.160424       38.160424       41.253574       71.167374       73.854465       73.854465
   70       11.236797       11.236797       14.158258       16.942628       16.942628       24.366363       26.247284       30.409957       30.409957       38.075992       38.075992       41.253626       71.109350       73.848712       73.848712
   71       11.363527       11.363527       14.204810       16.884383       16.884383       24.505212       26.247284       30.515082       30.515082       37.990976       37.990976       41.253679       71.052299       73.843080       73.843080
   72       11.489068       11.489068       14.248806       16.825040       16.825040       24.641528       26.247284       30.620365       30.620365       37.905437       37.905437       41.253731       70.996292       73.837576       73.837576
   73       11.613421       11.613421       14.290365       16.764601       16.764601       24.775106       26.247284       30.725715       30.725715       37.819439       37.819439       41.253784       70.941399       73.832203       73.832203
   74       11.736588       11.736588       14.329601       16.703065       16.703065       24.905748       26.247284       30.831032       30.831032       37.733055       37.733055       41.253837       70.887688       73.826969       73.826969
   75       11.858571       11.858571       14.366619       16.640433       16.640433       25.033263       26.247284       30.936211       30.936211       37.646364       37.646364       41.253891       70.835229       73.821877       73.821877
   76       11.979372       11.979372       14.401520       16.576706       16.576706       25.157469       26.247284       31.041141       31.041141       37.559454       37.559454       41.253943       70.784090       73.816933       73.816933
   77       12.098994       12.098994       14.434397       16.511884       16.511884       25.278189       26.247284       31.145699       31.145699       37.472420       37.472420       41.253996       70.734337       73.812142       73.812142
   78       12.217439       12.217439       14.465341       16.445968       16.445968       25.395256       26.247284       31.249755       31.249755       37.385370       37.385370       41.254048       70.686036       73.807509       73.807509
   79       12.334711       12.334711       14.494432       16.378959       16.378959       25.508509       26.247284       31.353166       31.353166       37.298423       37.298423       41.254099       70.639252       73.803038       73.803038
   80       12.450810       12.450810       14.521749       16.310858       16.310858       25.617794       26.247284       31.455778       31.455778       37.211711       37.211711       41.254150       70.594049       73.798733       73.798733
   81       12.565740       12.565740       14.547364       16.241665       16.241665       25.722966       26.247284       31.557420       31.557420       37.125382       37.125382       41.254199       70.550489       73.794599       73.794599
   82       12.679503       12.679503       14.571344       16.171381       16.171381       25.823885       26.247284       31.657906       31.657906       37.039603       37.039603       41.254248       70.508632       73.790641       73.790641
   83       12.792102       12.792102       14.593753       16.100007       16.100007       25.920418       26.247284       31.757029       31.757029       36.954558       36.954558       41.254295       70.468536       73.786861       73.786861
   84       12.903539       12.903539       14.614648       16.027545       16.027545       26.012442       26.247284       31.854560       31.854560       36.870459       36.870459       41.254341       70.430260       73.783263       73.783263
   85       13.013816       13.013816       14.634083       15.953996       15.953996       26.099838       26.247284       31.950245       31.950245       36.787540       36.787540       41.254386       70.393856       73.779852       73.779852
   86       13.122934       13.122934       14.652108       15.879361       15.879361       26.182494       26.247284       32.043802       32.043802       36.706066       36.706066       41.254428       70.359378       73.776630       73.776630
   87       13.230895       13.230895       14.668769       15.803642       15.803642       26.247284       26.260305       32.134914       32.134914       36.626337       36.626337       41.254469       70.326877       73.773601       73.773601
   88       13.337700       13.337700       14.684109       15.726842       15.726842       26.247284       26.333175       32.223230       32.223230       36.548689       36.548689       41.254507       70.296399       73.770768       73.770768
   89       13.443349       13.443349       14.698165       15.648963       15.648963       26.247284       26.401013       32.308358       32.308358       36.473499       36.473499       41.254544       70.267989       73.768133       73.768133
   90       13.547840       13.547840       14.710973       15.570009       15.570009       26.247284       26.463733       32.389863       32.389863       36.401188       36.401188       41.254578       70.241691       73.765699       73.765699
   91       13.651169       13.651169       14.722565       15.489987       15.489987       26.247284       26.521259       32.467263       32.467263       36.332226       36.332226       41.254610       70.217543       73.763468       73.763468
   92       13.753333       13.753333       14.732970       15.408904       15.408904       26.247284       26.573519       32.540032       32.540032       36.267126       36.267126       41.254639       70.195582       73.761444       73.761444
   93       13.854319       13.854319       14.742212       15.326772       15.326772       26.247284       26.620451       32.607600       32.607600       36.206449       36.206449       41.254665       70.175841       73.759627       73.759627
   94       13.954110       13.954110       14.750315       15.243613       15.243613       26.247284       26.661996       32.669359       32.669359       36.150792       36.150792       41.254689       70.158350       73.758019       73.758019
   95       14.052675       14.052675       14.757298       15.159458       15.159458       26.247284       26.698104       32.724674       32.724674       36.100783       36.100783       41.254709       70.143136       73.756623       73.756623
   96       14.149956       14.149956       14.763179       15.074369       15.074369       26.247284       26.728731       32.772903       32.772903       36.057056       36.057056       41.254727       70.130223       73.755439       73.755439
   97       14.245833       14.245833       14.767971       14.988464       14.988464       26.247284       26.753841       32.813416       32.813416       36.020235       36.020235       41.254741       70.119630       73.754469       73.754469
   98       14.340032       14.340032       14.771687       14.902020       14.902020       26.247284       26.773402       32.845630       32.845630       35.990898       35.990898       41.254753       70.111375       73.753713       73.753713
   99       14.431762       14.431762       14.774334       14.815829       14.815829       26.247284       26.787391       32.869039       32.869039       35.969547       35.969547       41.254761       70.105468       73.753173       73.753173
  100       14.517617       14.517617       14.733298       14.733298       14.775920       26.247284       26.795791       32.883251       32.883251       35.956571       35.956571       41.254766       70.101921       73.752849       73.752849
  101       14.569318       14.569318       14.682704       14.682704       14.776448       26.247284       26.798592       32.888017       32.888017       35.952217       35.952217       41.254767       70.100738       73.752741       73.752741
  102       14.532139       14.571122       14.681821       14.682728       14.816673       26.244347       26.798341       32.888006       32.890282       35.951673       35.952321       41.255308       70.100442       73.752236       73.752650
  103       14.458073       14.576530       14.679173       14.682802       14.899872       26.235511       26.797627       32.887973       32.897060       35.950040       35.952631       41.256929       70.099555       73.750724       73.752377
  104       14.376030       14.585535       14.674765       14.682925       14.997117       26.220714       26.796565       32.887918       32.908300       35.947319       35.953148       41.259629       70.098075       73.748206       73.751923
  105       14.293176       14.598127       14.668602       14.683098       15.101213       26.199869       26.795323       32.887841       32.923922       35.943511       35.953871       41.263407       70.096001       73.744687       73.751288
  106       14.211545       14.614289       14.660693       14.683319       15.210090       26.172888       26.794102       32.887742       32.943812       35.938616       35.954801       41.268257       70.093332       73.740172       73.750472
  107       14.131863       14.634002       14.651049       14.683589       15.322970       26.139704       26.793108       32.887621       32.967833       35.932636       35.955938       41.274177       70.090063       73.734668       73.749477
  108       14.054424       14.639682       14.657240       14.683907       15.439498       26.100293       26.792531       32.887479       32.995820       35.925573       35.957282       41.281161       70.086192       73.728185       73.748303
  109       13.979348       14.626610       14.683975       14.684274       15.559486       26.054681       26.792527       32.887316       33.027593       35.917428       35.958832       41.289202       70.081716       73.720732       73.746952
  110       13.906671       14.611848       14.684688       14.714173       15.682816       26.002953       26.793214       32.887131       33.062950       35.908205       35.960589       41.298294       70.076629       73.712323       73.745425
  111       13.836387       14.595419       14.685150       14.747798       15.809405       25.945244       26.794669       32.886925       33.101682       35.897905       35.962552       41.308427       70.070926       73.702970       73.743722
  112       13.768464       14.577344       14.685658       14.784808       15.939185       25.881736       26.796933       32.886697       33.143567       35.886532       35.964722       41.319594       70.064603       73.692690       73.741847
  113       13.702857       14.557647       14.686213       14.825159       16.072094       25.812644       26.800021       32.886450       33.188381       35.874088       35.967099       41.331783       70.057653       73.681498       73.739801
  114       13.639511       14.536357       14.686814       14.868802       16.208072       25.738206       26.803925       32.886181       33.235894       35.860577       35.969682       41.344984       70.050070       73.669413       73.737585
  115       13.578364       14.513501       14.687461       14.915685       16.347057       25.658676       26.808624       32.885893       33.285882       35.846004       35.972472       41.359185       70.041847       73.656455       73.735202
  116       13.519352       14.489110       14.688151       14.965753       16.488983       25.574312       26.814087       32.885584       33.338118       35.830372       35.975468       41.374371       70.032975       73.642646       73.732655
  117       13.462406       14.463218       14.688886       15.018947       16.633781       25.485376       26.820279       32.885256       33.392384       35.813687       35.978671       41.390530       70.023449       73.628007       73.729945
  118       13.407459       14.435859       14.689664       15.075205       16.781378       25.392125       26.827162       32.884908       33.448467       35.795953       35.982080       41.407646       70.013258       73.612564       73.727076
  119       13.354440       14.407070       14.690484       15.134464       16.931695       25.294811       26.834696       32.884542       33.506161       35.777176       35.985695       41.425702       70.002396       73.596342       73.724049
  120       13.303280       14.376889       14.691346       15.196655       17.084649       25.193678       26.842844       32.884157       33.565272       35.757361       35.989517       41.444682       69.990852       73.579368       73.720869
  121       13.253910       14.345357       14.692249       15.261710       17.240152       25.088958       26.851566       32.883753       33.625610       35.736515       35.993546       41.464567       69.978618       73.561670       73.717538
  122       13.206260       14.312516       14.693192       15.329556       17.398111       24.980877       26.860829       32.883332       33.686999       35.714645       35.997780       41.485339       69.965685       73.543279       73.714060
  123       13.160264       14.278408       14.694174       15.400120       17.558428       24.869648       26.870597       32.882894       33.749271       35.691757       36.002221       41.506977       69.952043       73.524224       73.710437
  124       13.115855       14.243080       14.695194       15.473325       17.721003       24.755475       26.880836       32.882438       33.812268       35.667860       36.006867       41.529460       69.937682       73.504538       73.706674
  125       13.072969       14.206577       14.696250       15.549093       17.885731       24.638553       26.891516       32.881966       33.875841       35.642961       36.011720       41.552766       69.922594       73.484254       73.702773
  126       13.031543       14.168948       14.697343       15.627345       18.052502       24.519064       26.902607       32.881477       33.939853       35.617068       36.016779       41.576871       69.906769       73.463405       73.698740
  127       12.991517       14.130241       14.698471       15.707999       18.221204       24.397186       26.914078       32.880973       34.004174       35.590192       36.022044       41.601753       69.890197       73.442028       73.694577
  128       12.952830       14.090507       14.699632       15.790973       18.391721       24.273084       26.925903       32.880454       34.068683       35.562342       36.027514       41.627386       69.872871       73.420158       73.690290
  129       12.915426       14.049798       14.700826       15.876183       18.563936       24.146917       26.938055       32.879920       34.133269       35.533527       36.033190       41.653744       69.854780       73.397831       73.685881
  130       12.879250       14.008167       14.702051       15.963544       18.737727       24.018836       26.950507       32.879372       34.197828       35.503758       36.039071       41.680801       69.835917       73.375086       73.681356
  131       12.844250       13.965668       14.703307       16.052970       18.912971       23.888985       26.963235       32.878811       34.262264       35.473047       36.045157       41.708529       69.816274       73.351960       73.676718
  132       12.810374       13.922356       14.704592       16.144376       19.089543       23.757502       26.976214       32.878236       34.326489       35.441406       36.051449       41.736900       69.795844       73.328491       73.671973
  133       12.777574       13.878286       14.705904       16.237672       19.267316       23.624519       26.989421       32.877649       34.390421       35.408848       36.057944       41.765884       69.774621       73.304718       73.667125
  134       12.745804       13.833516       14.707243       16.332771       19.446162       23.490161       27.002833       32.877050       34.453984       35.375385       36.064644       41.795452       69.752599       73.280681       73.662178
  135       12.715020       13.788103       14.708607       16.429584       19.625952       23.354550       27.016429       32.876440       34.517110       35.341031       36.071548       41.825574       69.729775       73.256418       73.657138
  136       12.685179       13.742106       14.709994       16.528023       19.806553       23.217803       27.030185       32.875819       34.579735       35.305803       36.078654       41.856217       69.706145       73.231969       73.652010
  137       12.656241       13.695584       14.711404       16.627996       19.987836       23.080031       27.044082       32.875188       34.641801       35.269713       36.085964       41.887351       69.681706       73.207374       73.646798
  138       12.628169       13.648596       14.712835       16.729415       20.169668       22.941344       27.058099       32.874548       34.703256       35.232780       36.093475       41.918941       69.656460       73.182670       73.641507
  139       12.600925       13.601202       14.714286       16.832189       20.351915       22.801846       27.072216       32.873899       34.764050       35.195021       36.101188       41.950957       69.630405       73.157896       73.636144
  140       12.574477       13.553464       14.715755       16.936228       20.534446       22.661641       27.086415       32.873241       34.824140       35.156452       36.109101       41.983363       69.603545       73.133091       73.630712
  141       12.548792       13.505444       14.717240       17.041440       20.717126       22.520826       27.100676       32.872576       34.883487       35.117094       36.117213       42.016126       69.575885       73.108291       73.625218
  142       12.523840       13.457201       14.718741       17.147736       20.899824       22.379500       27.114981       32.871904       34.942053       35.076966       36.125523       42.049211       69.547431       73.083534       73.619667
  143       12.499591       13.408799       14.720256       17.255024       21.082405       22.237758       27.129313       32.871226       34.999806       35.036088       36.134029       42.082584       69.518190       73.058854       73.614064
  144       12.476018       13.360299       14.721782       17.363212       21.264739       22.095691       27.143655       32.870542       34.994483       35.056718       36.142731       42.116210       69.488174       73.034288       73.608415
  145       12.453097       13.311763       14.723320       17.472211       21.446691       21.953391       27.157990       32.869854       34.952174       35.112760       36.151626       42.150052       69.457394       73.009867       73.602725
  146       12.430804       13.263254       14.724867       17.581928       21.628131       21.810948       27.172303       32.869161       34.909184       35.167911       36.160712       42.184077       69.425867       72.985626       73.597000
  147       12.409115       13.214835       14.726421       17.692272       21.668451       21.808928       27.186577       32.868464       34.865539       35.222148       36.169988       42.218248       69.393609       72.961594       73.591246
  148       12.388011       13.166566       14.727982       17.803151       21.525987       21.988952       27.200797       32.867765       34.821265       35.275454       36.179449       42.252529       69.360640       72.937801       73.585467
  149       12.367471       13.118510       14.729547       17.914475       21.383642       22.168072       27.214950       32.867064       34.776390       35.327810       36.189095       42.286884       69.326982       72.914277       73.579671
  150       12.347478       13.070729       14.731116       18.026151       21.241504       22.346162       27.229020       32.866361       34.730942       35.379204       36.198920       42.321278       69.292661       72.891047       73.573863
  151       12.328014       13.023284       14.732686       18.138087       21.099657       22.523092       27.242996       32.865657       34.684952       35.429623       36.208923       42.355676       69.257704       72.868137       73.568047
  152       12.309063       12.976235       14.734256       18.250192       20.958187       22.698737       27.256863       32.864953       34.638452       35.479055       36.219098       42.390041       69.222140       72.845570       73.562231
  153       12.290612       12.929642       14.735824       18.362372       20.817179       22.872973       27.270609       32.864250       34.591474       35.527491       36.229441       42.424338       69.186004       72.823369       73.556420
  154       12.272645       12.883565       14.737389       18.474535       20.676719       23.045674       27.284221       32.863548       34.544054       35.574923       36.239948       42.458532       69.149330       72.801553       73.550619
  155       12.255151       12.838062       14.738950       18.586589       20.536890       23.216718       27.297689       32.862848       34.496227       35.621344       36.250613       42.492588       69.112156       72.780140       73.544835
  156       12.238118       12.793190       14.740505       18.698440       20.397780       23.385986       27.311002       32.862151       34.448031       35.666750       36.261429       42.526471       69.074523       72.759149       73.539073
  157       12.221536       12.749005       14.742051       18.809994       20.259474       23.553356       27.324147       32.861457       34.399506       35.711135       36.272392       42.560147       69.036474       72.738594       73.533338
  158       12.205393       12.705562       14.743589       18.921158       20.122059       23.718712       27.337116       32.860767       34.350693       35.754495       36.283492       42.593583       68.998053       72.718488       73.527637
  159       12.189682       12.662916       14.745116       19.031837       19.985621       23.881936       27.349898       32.860082       34.301634       35.796830       36.294723       42.626744       68.959310       72.698845       73.521975
  160       12.174393       12.621116       14.746630       19.141935       19.850249       24.042916       27.362483       32.859402       34.252376       35.838135       36.306075       42.659599       68.920294       72.679673       73.516358
  161       12.159520       12.580214       14.748131       19.251358       19.716031       24.201538       27.374863       32.858729       34.202963       35.878411       36.317540       42.692113       68.881057       72.660984       73.510790
  162       12.145055       12.540258       14.749617       19.360008       19.583058       24.357692       27.387029       32.858062       34.153445       35.917656       36.329107       42.724256       68.841652       72.642783       73.505279
  163       12.130992       12.501293       14.751085       19.451421       19.467789       24.511270       27.398973       32.857403       34.103872       35.955871       36.340765       42.755997       68.802137       72.625078       73.499829
  164       12.117325       12.463363       14.752536       19.321211       19.574604       24.662165       27.410687       32.856751       34.054298       35.993056       36.352504       42.787303       68.762569       72.607873       73.494445
  165       12.104050       12.426509       14.753967       19.192521       19.680354       24.810273       27.422163       32.856109       34.004775       36.029211       36.364308       42.818146       68.723006       72.591173       73.489133
  166       12.091161       12.390770       14.755377       19.065448       19.784939       24.955493       27.433395       32.855476       33.955361       36.064339       36.376167       42.848495       68.683510       72.574980       73.483899
  167       12.078654       12.356181       14.756765       18.940087       19.888261       25.097725       27.444374       32.854852       33.906115       36.098441       36.388064       42.878322       68.644142       72.559296       73.478747
  168       12.066526       12.322775       14.758129       18.816537       19.990217       25.236872       27.455096       32.854240       33.857096       36.131517       36.399984       42.907599       68.604966       72.544122       73.473682
  169       12.054774       12.290581       14.759468       18.694896       20.090708       25.372841       27.465553       32.853638       33.808369       36.163572       36.411910       42.936298       68.566045       72.529458       73.468710
  170       12.043394       12.259625       14.760780       18.575266       20.189629       25.505539       27.475740       32.853049       33.759997       36.194605       36.423827       42.964393       68.527444       72.515302       73.463836
  171       12.032383       12.229928       14.762065       18.457752       20.286879       25.634878       27.485651       32.852471       33.712048       36.224621       36.435713       42.991858       68.489229       72.501653       73.459064
  172       12.021741       12.201510       14.763320       18.342456       20.382354       25.760772       27.495281       32.851907       33.664590       36.253621       36.447552       43.018667       68.451464       72.488510       73.454399
  173       12.011464       12.174384       14.764546       18.229487       20.475948       25.883138       27.504625       32.851356       33.617695       36.281608       36.459321       43.044796       68.414215       72.475869       73.449846
  174       12.001552       12.148560       14.765740       18.118953       20.567557       26.001896       27.513678       32.850820       33.571434       36.308584       36.471000       43.070222       68.377549       72.463727       73.445409
  175       11.992002       12.124044       14.766901       18.010964       20.657075       26.116968       27.522436       32.850298       33.525883       36.334552       36.482567       43.094922       68.341531       72.452080       73.441093
  176       11.982814       12.100838       14.768029       17.905634       20.744396       26.228281       27.530894       32.849791       33.481116       36.359515       36.493998       43.118873       68.306226       72.440925       73.436902
  177       11.973987       12.078939       14.769122       17.803076       20.829413       26.335764       27.539049       32.849300       33.437213       36.383476       36.505270       43.142055       68.271698       72.430258       73.432840
  178       11.965520       12.058338       14.770178       17.703407       20.912021       26.439349       27.546897       32.848824       33.394251       36.406436       36.516358       43.164447       68.238013       72.420073       73.428912
  179       11.957412       12.039022       14.771198       17.606744       20.992112       26.538972       27.554434       32.848366       33.352311       36.428399       36.527237       43.186030       68.205232       72.410366       73.425120
  180       11.949664       12.020976       14.772180       17.513206       21.069580       26.634571       27.561657       32.847924       33.311474       36.449366       36.537882       43.206785       68.173418       72.401133       73.421470
  181       11.942274       12.004178       14.773123       17.422914       21.144319       26.726088       27.568563       32.847500       33.271820       36.469341       36.548265       43.226693       68.142631       72.392369       73.417964
  182       11.935243       11.988601       14.774025       17.335989       21.216226       26.813468       27.575149       32.847094       33.233433       36.488326       36.558362       43.245739       68.112930       72.384069       73.414606
  183       11.928570       11.974215       14.774888       17.252552       21.285195       26.896659       27.581412       32.846706       33.196393       36.506323       36.568145       43.263905       68.084374       72.376228       73.411400
  184       11.922257       11.960985       14.775708       17.172727       21.351125       26.975614       27.587350       32.846337       33.160783       36.523334       36.577587       43.281176       68.057018       72.368841       73.408349
  185       11.916301       11.948874       14.776486       17.096635       21.413916       27.050285       27.592960       32.845987       33.126684       36.539361       36.586663       43.297538       68.030915       72.361904       73.405455
  186       11.910705       11.937840       14.777221       17.024397       21.473468       27.120632       27.598241       32.845657       33.094175       36.554407       36.595345       43.312977       68.006118       72.355412       73.402721
  187       11.905468       11.927838       14.777912       16.956134       21.529686       27.186615       27.603190       32.845346       33.063335       36.568473       36.603609       43.327481       67.982675       72.349361       73.400151
  188       11.900591       11.918822       14.778558       16.891965       21.582478       27.248198       27.607805       32.845055       33.034241       36.581561       36.611428       43.341036       67.960635       72.343747       73.397747
  189       11.896073       11.910743       14.779159       16.832004       21.631755       27.305346       27.612085       32.844785       33.006966       36.593673       36.618779       43.353632       67.940040       72.338566       73.395511
  190       11.891915       11.903551       14.779714       16.776364       21.677432       27.358031       27.616028       32.844535       32.981582       36.604810       36.625638       43.365258       67.920934       72.333813       73.393446
  191       11.888117       11.897196       14.780222       16.725154       21.719427       27.406223       27.619633       32.844306       32.958157       36.614974       36.631982       43.375906       67.903354       72.329487       73.391553
  192       11.884680       11.891629       14.780684       16.678476       21.757667       27.449899       27.622898       32.844099       32.936754       36.624166       36.637790       43.385565       67.887337       72.325582       73.389835
  193       11.881603       11.886800       14.781098       16.636427       21.792080       27.489035       27.625823       32.843912       32.917433       36.632387       36.643044       43.394229       67.872916       72.322097       73.388293
  194       11.878888       11.882664       14.781465       16.599097       21.822602       27.523612       27.628406       32.843747       32.900249       36.639639       36.647723       43.401890       67.860121       72.319028       73.386929
  195       11.876534       11.879176       14.781783       16.566569       21.849176       27.553614       27.630646       32.843604       32.885252       36.645921       36.651814       43.408542       67.848977       72.316373       73.385744
  196       11.874542       11.876298       14.782053       16.538915       21.871750       27.579024       27.632543       32.843482       32.872486       36.651236       36.655300       43.414180       67.839508       72.314130       73.384739
  197       11.872912       11.873994       14.782275       16.516199       21.890281       27.599831       27.634095       32.843383       32.861988       36.655583       36.658170       43.418799       67.831734       72.312298       73.383916
  198       11.871644       11.872234       14.782447       16.498474       21.904732       27.616024       27.635304       32.843305       32.853789       36.658964       36.660412       43.422396       67.825670       72.310874       73.383274
  199       11.870738       11.870994       14.782570       16.485784       21.915075       27.627597       27.636167       32.843250       32.847915       36.661379       36.662020       43.424967       67.821330       72.309858       73.382816
  200       11.870195       11.870258       14.782644       16.478157       21.921289       27.634542       27.636685       32.843216       32.844384       36.662827       36.662987       43.426510       67.818722       72.309249       73.382541
  201       11.870013       11.870013       14.782669       16.475612       21.923362       27.636858       27.636858       32.843205       32.843205       36.663310       36.663310       43.427025       67.817852       72.309046       73.382449
  202       11.869425       11.871036       14.782643       16.478208       21.921247       27.635468       27.635709       32.842458       32.845166       36.662314       36.663484       43.426500       67.818740       72.309253       73.382542
  203       11.867663       11.874102       14.782567       16.485989       21.914909       27.631299       27.632261       32.840218       32.851042       36.659325       36.664007       43.424925       67.821402       72.309874       73.382823
  204       11.864738       11.879208       14.782435       16.498932       21.904366       27.624350       27.626516       32.836484       32.860818       36.654344       36.664882       43.422303       67.825838       72.310910       73.383292
  205       11.860667       11.886346       14.782244       16.516998       21.889648       27.614623       27.618475       32.831260       32.874465       36.647369       36.666112       43.418638       67.832043       72.312360       73.383947
  206       11.855471       11.895507       14.781985       16.540136       21.870800       27.602117       27.608140       32.824545       32.891947       36.638399       36.667703       43.413935       67.840013       72.314223       73.384789
  207       11.849181       11.906678       14.781650       16.568279       21.847875       27.586835       27.595515       32.816344       32.913215       36.627432       36.669663       43.408200       67.849742       72.316501       73.385818
  208       11.841828       11.919844       14.781226       16.601349       21.820938       27.568776       27.580601       32.806659       32.938212       36.614467       36.672001       43.401441       67.861223       72.319191       73.387032
  209       11.833450       11.934986       14.780701       16.639255       21.790066       27.547944       27.563404       32.795493       32.966873       36.599502       36.674727       43.393668       67.874449       72.322294       73.388432
  210       11.824087       11.952086       14.780057       16.681895       21.755345       27.524338       27.543928       32.782851       32.999122       36.582535       36.677853       43.384892       67.889409       72.325809       73.390018
  211       11.813781       11.971119       14.779275       16.729158       21.716869       27.497962       27.522180       32.768737       33.034878       36.563562       36.681393       43.375125       67.906093       72.329736       73.391788
  212       11.802577       11.992059       14.778336       16.780922       21.674744       27.468817       27.498164       32.753157       33.074052       36.542581       36.685361       43.364382       67.924488       72.334073       73.393741
  213       11.790520       12.014880       14.777216       16.837062       21.629079       27.436905       27.471889       32.736116       33.116549       36.519589       36.689773       43.352676       67.944582       72.338821       73.395878
  214       11.777652       12.039549       14.775888       16.897441       21.579995       27.402229       27.443364       32.717621       33.162269       36.494583       36.694647       43.340025       67.966360       72.343978       73.398197
  215       11.764019       12.066035       14.774324       16.961922       21.527617       27.364793       27.412596       32.697678       33.211109       36.467559       36.700001       43.326446       67.989806       72.349543       73.400697
  216       11.749661       12.094302       14.772491       17.030358       21.472075       27.324598       27.379597       32.676295       33.262961       36.438515       36.705853       43.311958       68.014905       72.355514       73.403378
  217       11.734619       12.124313       14.770356       17.102602       21.413507       27.281649       27.344378       32.653479       33.317713       36.407446       36.712225       43.296582       68.041639       72.361892       73.406238
  218       11.718929       12.156030       14.767880       17.178504       21.352052       27.235950       27.306952       32.629240       33.375255       36.374350       36.719137       43.280339       68.069988       72.368675       73.409276
  219       11.702627       12.189409       14.765022       17.257909       21.287857       27.187503       27.267332       32.603587       33.435470       36.339223       36.726611       43.263251       68.099933       72.375860       73.412492
  220       11.685742       12.224409       14.761738       17.340664       21.221070       27.136314       27.225534       32.576528       33.498245       36.302062       36.734670       43.245343       68.131454       72.383447       73.415883
  221       11.668302       12.260984       14.757980       17.426611       21.151842       27.082387       27.181575       32.548074       33.563465       36.262864       36.743337       43.226638       68.164528       72.391433       73.419449
  222       11.650332       12.299088       14.753696       17.515596       21.080330       27.025727       27.135473       32.518236       33.631015       36.221626       36.752635       43.207163       68.199133       72.399818       73.423187
  223       11.631851       12.338671       14.748829       17.607461       21.006691       26.966339       27.087248       32.487025       33.700780       36.178345       36.762588       43.186944       68.235245       72.408598       73.427098
  224       11.612877       12.379684       14.743321       17.702049       20.931084       26.904229       27.036921       32.454453       33.772649       36.133021       36.773220       43.166009       68.272840       72.417772       73.431179
  225       11.593422       12.422074       14.737106       17.799205       20.853673       26.839403       26.984515       32.420532       33.846510       36.085650       36.784555       43.144386       68.311893       72.427338       73.435428
  226       11.573496       12.465790       14.730116       17.898773       20.774621       26.771868       26.930056       32.385275       33.922253       36.036231       36.796617       43.122105       68.352377       72.437292       73.439844
  227       11.553104       12.510776       14.722278       18.000599       20.694096       26.701631       26.873570       32.348695       33.999771       35.984765       36.809430       43.099195       68.394266       72.447632       73.444425
  228       11.532250       12.556976       14.713512       18.104528       20.612267       26.628698       26.815088       32.310807       34.078960       35.931252       36.823019       43.075687       68.437532       72.458356       73.449169
  229       11.510932       12.604334       14.703734       18.210408       20.529304       26.553079       26.754639       32.271624       34.159716       35.875691       36.837406       43.051611       68.482147       72.469459       73.454075
  230       11.489146       12.652790       14.692857       18.318088       20.445381       26.474781       26.692258       32.231163       34.241939       35.818085       36.852616       43.027000       68.528081       72.480940       73.459140
  231       11.466886       12.702286       14.680786       18.427417       20.360673       26.393813       26.627981       32.189437       34.325533       35.758436       36.868670       43.001885       68.575305       72.492794       73.464362
  232       11.444143       12.752761       14.667421       18.538246       20.275359       26.310186       26.561846       32.146465       34.410403       35.696748       36.885591       42.976299       68.623789       72.505018       73.469740
  233       11.420903       12.804153       14.652658       18.650428       20.189617       26.223909       26.493893       32.102261       34.496457       35.633026       36.903400       42.950273       68.673502       72.517607       73.475271
  234       11.397152       12.856400       14.636384       18.763815       20.103631       26.134994       26.424168       32.056844       34.583606       35.567274       36.922119       42.923841       68.724413       72.530559       73.480952
  235       11.372873       12.909437       14.618486       18.878262       20.017584       26.043453       26.352716       32.010232       34.671764       35.499502       36.941767       42.897035       68.776490       72.543867       73.486782
  236       11.348046       12.963200       14.598841       18.993624       19.931663       25.949297       26.279587       31.962441       34.760849       35.429716       36.962363       42.869888       68.829701       72.557529       73.492759
  237       11.322650       13.017624       14.577323       19.109759       19.846056       25.852542       26.204835       31.913493       34.850778       35.357926       36.983925       42.842434       68.884012       72.571539       73.498878
  238       11.296662       13.072640       14.553802       19.226522       19.760953       25.753201       26.128516       31.863405       34.941476       35.284144       37.006471       42.814703       68.939392       72.585892       73.505139
  239       11.270057       13.128182       14.528144       19.343771       19.676543       25.651291       26.050691       31.812197       35.032866       35.208383       37.030015       42.786729       68.995806       72.600582       73.511538
  240       11.242806       13.184180       14.500211       19.461365       19.593018       25.546828       25.971425       31.759891       35.124876       35.130657       37.054574       42.758545       69.053220       72.615605       73.518073
  241       11.214883       13.240564       14.469864       19.510567       19.579161       25.439831       25.890787       31.706506       35.050983       35.217437       37.080160       42.730180       69.111600       72.630955       73.524741
  242       11.186256       13.297262       14.436960       19.429379       19.697017       25.330319       25.808851       31.652065       34.969378       35.310480       37.106785       42.701667       69.170912       72.646625       73.531539
  243       11.156894       13.354202       14.401360       19.349640       19.814788       25.218313       25.725697       31.596590       34.885862       35.403942       37.134460       42.673037       69.231122       72.662610       73.538465
  244       11.126764       13.411310       14.362923       19.271532       19.932330       25.103837       25.641412       31.540103       34.800457       35.497758       37.163194       42.644320       69.292194       72.678902       73.545515
  245       11.095833       13.468511       14.321513       19.195232       20.049495       24.986916       25.556087       31.482627       34.713186       35.591869       37.192995       42.615545       69.354093       72.695496       73.552686
  246       11.064064       13.525726       14.276995       19.120911       20.166133       24.867577       25.469824       31.424186       34.624076       35.686216       37.223870       42.586741       69.416783       72.712384       73.559975
  247       11.031421       13.582876       14.229245       19.048728       20.282088       24.745848       25.382733       31.364803       34.533154       35.780743       37.255823       42.557937       69.480230       72.729560       73.567379
  248       10.997866       13.639881       14.178143       18.978837       20.397200       24.621762       25.294934       31.304504       34.440450       35.875395       37.288857       42.529160       69.544397       72.747015       73.574895
  249       10.963362       13.696657       14.123581       18.911376       20.511300       24.495354       25.206559       31.243314       34.345995       35.970121       37.322974       42.500436       69.609250       72.764742       73.582520
  250       10.927868       13.753118       14.065461       18.846473       20.624211       24.366661       25.117755       31.181258       34.249824       36.064869       37.358173       42.471792       69.674751       72.782733       73.590249
  251       10.891344       13.809175       14.003699       18.784238       20.735743       24.235726       25.028685       31.118362       34.151972       36.159591       37.394452       42.443252       69.740866       72.800981       73.598081
  252       10.853748       13.864737       13.938224       18.724766       20.845690       24.102592       24.939532       31.054654       34.052478       36.254240       37.431808       42.414840       69.807558       72.819476       73.606010
  253       10.815040       13.868982       13.919707       18.668137       20.953828       23.967310       24.850504       30.990160       33.951383       36.348770       37.470235       42.386580       69.874791       72.838211       73.614034
  254       10.775175       13.795934       13.973987       18.614411       21.059908       23.829934       24.761837       30.924908       33.848729       36.443138       37.509726       42.358493       69.942530       72.857176       73.622149
  255       10.734111       13.719057       14.027472       18.563629       21.163650       23.690523       24.673804       30.858926       33.744560       36.537300       37.550272       42.330601       70.010738       72.876362       73.630352
  256       10.691804       13.638346       14.080054       18.515817       21.264736       23.549143       24.586718       30.792242       33.638923       36.631216       37.591862       42.302923       70.079379       72.895761       73.638638
  257       10.648208       13.553813       14.131618       18.470981       21.362799       23.405866       24.500948       30.724887       33.531867       36.724847       37.634483       42.275479       70.148418       72.915362       73.647004
  258       10.603279       13.465482       14.182043       18.429110       21.457413       23.260771       24.416923       30.656889       33.423443       36.818153       37.678121       42.248287       70.217819       72.935157       73.655445
  259       10.556971       13.373397       14.231202       18.390177       21.548081       23.113945       24.335152       30.588279       33.313703       36.911098       37.722759       42.221364       70.287545       72.955136       73.663959
  260       10.509238       13.277612       14.278959       18.354142       21.634216       22.965485       24.256234       30.519086       33.202703       37.003646       37.768379       42.194727       70.357561       72.975287       73.672540
  261       10.460034       13.178194       14.325168       18.320947       21.715129       22.815498       24.180877       30.449343       33.090499       37.095762       37.814961       42.168390       70.427832       72.995603       73.681186
  262       10.409312       13.075223       14.369674       18.290528       21.790014       22.664101       24.109909       30.379080       32.977149       37.187413       37.862484       42.142367       70.498322       73.016071       73.689891
  263       10.357026       12.968785       14.412312       18.262806       21.857939       22.511424       24.044285       30.308330       32.862714       37.278566       37.910924       42.116673       70.568995       73.036682       73.698652
  264       10.303129       12.858975       14.452902       18.237696       21.917858       22.357612       23.985084       30.237124       32.747256       37.369188       37.960256       42.091319       70.639816       73.057425       73.707465
  265       10.247574       12.745895       14.491251       18.215106       21.968638       22.202823       23.933471       30.165496       32.630838       37.459251       38.010453       42.066317       70.710751       73.078289       73.716325
  266       10.190315       12.629650       14.527150       18.194936       22.009125       22.047236       23.890636       30.093479       32.513525       37.548724       38.061485       42.041677       70.781764       73.099264       73.725228
  267       10.131304       12.510348       14.560374       18.177087       21.891044       22.038257       23.857680       30.021106       32.395385       37.637578       38.113324       42.017409       70.852820       73.120338       73.734170
  268       10.070497       12.388101       14.590675       18.161453       21.734465       22.055202       23.835480       29.948411       32.276485       37.725785       38.165937       41.993521       70.923885       73.141500       73.743146
  269       10.007847       12.263020       14.617787       18.147928       21.577737       22.059501       23.824540       29.875428       32.156895       37.813318       38.219291       41.970022       70.994925       73.162739       73.752152
  270        9.943309       12.135214       14.641421       18.136407       21.421124       22.051175       23.824888       29.802193       32.036685       37.900152       38.273350       41.946919       71.065905       73.184044       73.761184
  271        9.876838       12.004795       14.661260       18.126785       21.264916       22.030740       23.836058       29.728741       31.915927       37.986260       38.328079       41.924218       71.136791       73.205402       73.770236
  272        9.808392       11.871868       14.676963       18.118958       21.109431       21.999134       23.857167       29.655107       31.794694       38.071618       38.383440       41.901924       71.207549       73.226804       73.779305
  273        9.737926       11.736540       14.688161       18.112823       20.955018       21.957583       23.887045       29.581326       31.673060       38.156201       38.439395       41.880043       71.278146       73.248236       73.788386
  274        9.665400       11.598913       14.694453       18.108281       20.802056       21.907439       23.924396       29.507436       31.551099       38.239987       38.495902       41.858578       71.348548       73.269688       73.797474
  275        9.590772       11.459085       14.695411       18.105236       20.650954       21.850055       23.967926       29.433472       31.428886       38.322952       38.552920       41.837533       71.418723       73.291148       73.806565
  276        9.514003       11.317152       14.690580       18.103594       20.502154       21.786695       24.016434       29.359472       31.306499       38.405075       38.610408       41.816911       71.488637       73.312603       73.815654
  277        9.435056       11.173206       14.679475       18.103264       20.356122       21.718485       24.068853       29.285473       31.184012       38.486333       38.668321       41.796714       71.558257       73.334043       73.824736
  278        9.353895       11.027334       14.661592       18.104161       20.213351       21.646404       24.124269       29.211511       31.061505       38.566708       38.726616       41.776944       71.627553       73.355455       73.833807
  279        9.270485       10.879621       14.636409       18.106201       20.074352       21.571281       24.181915       29.137625       30.939053       38.646177       38.785247       41.757602       71.696490       73.376827       73.842862
  280        9.184793       10.730147       14.603397       18.109305       19.939645       21.493819       24.241153       29.063853       30.816736       38.724721       38.844167       41.738688       71.765038       73.398148       73.851896
  281        9.096789       10.578988       14.562030       18.113395       19.809748       21.414603       24.301461       28.990233       30.694630       38.802322       38.903332       41.720203       71.833166       73.419406       73.860905
  282        9.006445       10.426218       14.511798       18.118400       19.685168       21.334128       24.362408       28.916802       30.572814       38.878960       38.962693       41.702145       71.900841       73.440588       73.869884
  283        8.913734       10.271906       14.452219       18.124249       19.566381       21.252807       24.423644       28.843600       30.451367       38.954618       39.022202       41.684514       71.968033       73.461684       73.878827
  284        8.818634       10.116117       14.382862       18.130878       19.453818       21.170993       24.484882       28.770666       30.330366       39.029278       39.081811       41.667309       72.034712       73.482681       73.887731
  285        8.721124        9.958916       14.303358       18.138222       19.347851       21.088981       24.545885       28.698038       30.209889       39.102923       39.141473       41.650528       72.100847       73.503567       73.896591
  286        8.621184        9.800360       14.213414       18.146222       19.248775       21.007027       24.606461       28.625756       30.090014       39.175536       39.201137       41.634168       72.166408       73.524332       73.905401
  287        8.518800        9.640507       14.112828       18.154821       19.156795       20.925350       24.666451       28.553858       29.970818       39.247101       39.260756       41.618228       72.231366       73.544962       73.914157
  288        8.413959        9.479412       14.001497       18.163963       19.072026       20.844138       24.725726       28.482383       29.852379       39.317602       39.320279       41.602704       72.295691       73.565447       73.922854
  289        8.306652        9.317123       13.879417       18.173599       18.994478       20.763555       24.784177       28.411372       29.734772       39.379659       39.387025       41.587594       72.359355       73.585776       73.931488
  290        8.196871        9.153692       13.746684       18.183678       18.924070       20.683745       24.841717       28.340864       29.618073       39.438845       39.455353       41.572894       72.422329       73.605935       73.940053
  291        8.084614        8.989163       13.603485       18.194153       18.860627       20.604835       24.898274       28.270897       29.502357       39.497789       39.522574       41.558599       72.484585       73.625915       73.948546
  292        7.969879        8.823581       13.450088       18.204980       18.803899       20.526933       24.953788       28.201511       29.387700       39.556443       39.588673       41.544707       72.546094       73.645705       73.956961
  293        7.852670        8.656987       13.286827       18.216116       18.753570       20.450139       25.008212       28.132746       29.274174       39.614757       39.653636       41.531213       72.606830       73.665291       73.965293
  294        7.732992        8.489422       13.114090       18.227521       18.709274       20.374538       25.061507       28.064641       29.161852       39.672684       39.717449       41.518113       72.666766       73.684665       73.973539
  295        7.610855        8.320924       12.932298       18.239156       18.670612       20.300207       25.113641       27.997236       29.050806       39.730177       39.780102       41.505402       72.725875       73.703815       73.981693
  296        7.486271        8.151530       12.741896       18.250984       18.637165       20.227211       25.164590       27.930568       28.941107       39.787188       39.841579       41.493075       72.784130       73.722729       73.989751
  297        7.359255        7.981273       12.543340       18.262971       18.608506       20.155612       25.214335       27.864678       28.832823       39.843669       39.901871       41.481127       72.841507       73.741398       73.997708
  298        7.229825        7.810188       12.337082       18.275082       18.584212       20.085461       25.262861       27.799604       28.726025       39.899577       39.960964       41.469554       72.897978       73.759811       74.005559
  299        7.098004        7.638305       12.123568       18.287287       18.563871       20.016803       25.310159       27.735385       28.620778       39.954863       40.018848       41.458350       72.953521       73.777957       74.013301
  300        6.963815        7.465657       11.903227       18.299554       18.547088       19.949679       25.356221       27.672059       28.517148       40.009485       40.075512       41.447509       73.008109       73.795826       74.020929
  301        6.827286        7.292272       11.676470       18.311854       18.533489       19.884123       25.401044       27.609664       28.415201       40.063399       40.130944       41.437027       73.061720       73.813409       74.028439
  302        6.688447        7.118178       11.443685       18.324159       18.522726       19.820166       25.444625       27.548238       28.314999       40.116559       40.185135       41.426898       73.114328       73.830694       74.035825
  303        6.547330        6.943402       11.205237       18.336444       18.514475       19.757831       25.486965       27.487819       28.216604       40.168926       40.238074       41.417117       73.165912       73.847673       74.043084
  304        6.403972        6.767971       10.961469       18.348682       18.508437       19.697141       25.528066       27.428444       28.120075       40.220456       40.289752       41.407677       73.216449       73.864336       74.050212
  305        6.258411        6.591910       10.712700       18.360850       18.504340       19.638114       25.567933       27.370149       28.025472       40.271109       40.340159       41.398574       73.265915       73.880673       74.057205
  306        6.110686        6.415243       10.459228       18.372923       18.501934       19.580763       25.606569       27.312972       27.932850       40.320845       40.389286       41.389801       73.314291       73.896676       74.064058
  307        5.960840        6.237994       10.201327       18.384881       18.500994       19.525099       25.643982       27.256947       27.842266       40.369626       40.437125       41.381353       73.361553       73.912335       74.070767
  308        5.808917        6.060186        9.939256       18.396702       18.501317       19.471132       25.680179       27.202110       27.753773       40.417413       40.483666       41.373224       73.407682       73.927641       74.077329
  309        5.654966        5.881840        9.673252       18.408365       18.502717       19.418867       25.715166       27.148497       27.667421       40.464170       40.528903       41.365409       73.452658       73.942586       74.083739
  310        5.499034        5.702978        9.403539       18.419852       18.505029       19.368306       25.748952       27.096142       27.583262       40.509861       40.572826       41.357902       73.496460       73.957161       74.089994
  311        5.341171        5.523621        9.130323       18.431143       18.508105       19.319453       25.781546       27.045077       27.501342       40.554451       40.615428       41.350697       73.539069       73.971359       74.096090
  312        5.181430        5.343790        8.853800       18.442222       18.511811       19.272306       25.812957       26.995337       27.421708       40.597906       40.656702       41.343790       73.580467       73.985171       74.102023
  313        5.019864        5.163503        8.574149       18.453072       18.516028       19.226863       25.843194       26.946954       27.344405       40.640194       40.696640       41.337174       73.620636       73.998589       74.107791
  314        4.856528        4.982781        8.291543       18.463675       18.520651       19.183121       25.872266       26.899960       27.269474       40.681282       40.735237       41.330845       73.659558       74.011606       74.113389
  315        4.691479        4.801641        8.006142       18.474018       18.525585       19.141075       25.900183       26.854385       27.196955       40.721141       40.772485       41.324796       73.697216       74.024215       74.118814
  316        4.524772        4.620103        7.718098       18.484086       18.530746       19.100719       25.926955       26.810260       27.126888       40.759741       40.808378       41.319023       73.733593       74.036409       74.124062
  317        4.356468        4.438184        7.427556       18.493864       18.536058       19.062046       25.952590       26.767614       27.059309       40.797053       40.842911       41.313521       73.768674       74.048180       74.129132
  318        4.186625        4.255902        7.134652       18.503340       18.541457       19.025048       25.977099       26.726476       26.994252       40.833051       40.876077       41.308285       73.802443       74.059522       74.134018
  319        4.015303        4.073275        6.839518       18.512500       18.546885       18.989718       26.000490       26.686874       26.931750       40.867708       40.907871       41.303309       73.834885       74.070430       74.138720
  320        3.842564        3.890318        6.542279       18.521334       18.552290       18.956046       26.022773       26.648835       26.871834       40.900999       40.938288       41.298590       73.865987       74.080896       74.143233
  321        3.668468        3.707050        6.243056       18.529829       18.557628       18.924023       26.043956       26.612383       26.814532       40.932900       40.967322       41.294123       73.895734       74.090914       74.147555
  322        3.493079        3.523486        5.941964       18.537975       18.562860       18.893639       26.064048       26.577545       26.759872       40.963389       40.994970       41.289903       73.924113       74.100481       74.151684
  323        3.316459        3.339642        5.639115       18.545763       18.567951       18.864886       26.083058       26.544344       26.707879       40.992443       41.021226       41.285926       73.951113       74.109589       74.155616
  324        3.138670        3.155535        5.334618       18.553182       18.572873       18.837753       26.100992       26.512804       26.658576       41.020044       41.046087       41.282188       73.976722       74.118234       74.159350
  325        2.959777        2.971180        5.028577       18.560223       18.577600       18.812231       26.117859       26.482945       26.611985       41.046170       41.069548       41.278685       74.000927       74.126410       74.162883
  326        2.779844        2.786592        4.721096       18.566879       18.582111       18.788310       26.133666       26.454789       26.568127       41.070804       41.091606       41.275414       74.023719       74.134115       74.166213
  327        2.598934        2.601787        4.412274       18.573141       18.586388       18.765981       26.148421       26.428355       26.527019       41.093928       41.112257       41.272371       74.045088       74.141342       74.169338
  328        2.416781        2.417113        4.102209       18.579003       18.590414       18.745235       26.162128       26.403662       26.488679       41.115527       41.131498       41.269553       74.065023       74.148089       74.172256
  329        2.231587        2.234444        3.790996       18.584457       18.594178       18.726063       26.174795       26.380728       26.453121       41.135586       41.149326       41.266956       74.083518       74.154351       74.174965
  330        2.046222        2.050993        3.478731       18.589497       18.597667       18.708458       26.186428       26.359567       26.420361       41.154091       41.165737       41.264577       74.100562       74.160125       74.177463
  331        1.860699        1.866824        3.165505       18.594117       18.600875       18.692411       26.197031       26.340196       26.390409       41.171029       41.180731       41.262415       74.116150       74.165408       74.179750
  332        1.675033        1.682002        2.851409       18.598313       18.603792       18.677915       26.206609       26.322628       26.363278       41.186389       41.194303       41.260466       74.130274       74.170197       74.181823
  333        1.489240        1.496593        2.536534       18.602080       18.606414       18.664964       26.215167       26.306876       26.338978       41.200159       41.206452       41.258729       74.142927       74.174488       74.183681
  334        1.303333        1.310662        2.220968       18.605414       18.608736       18.653551       26.222709       26.292950       26.317517       41.212332       41.217177       41.257200       74.154106       74.178281       74.185323
  335        1.117326        1.124274        1.904801       18.608310       18.610754       18.643671       26.229238       26.280861       26.298903       41.222898       41.226475       41.255879       74.163803       74.181572       74.186749
  336        0.931235        0.937494        1.588118       18.610766       18.612465       18.635319       26.234758       26.270617       26.283141       41.231851       41.234345       41.254764       74.172016       74.184360       74.187956
  337        0.745072        0.750387        1.271007       18.612779       18.613868       18.628492       26.239270       26.262225       26.270238       41.239184       41.240786       41.253854       74.178741       74.186643       74.188945
  338        0.558854        0.563019        0.953554       18.614347       18.614960       18.623185       26.242778       26.255692       26.260199       41.244893       41.245796       41.253147       74.183974       74.188420       74.189715
  339        0.372593        0.375455        0.635845       18.615468       18.615741       18.619396       26.245282       26.251022       26.253025       41.248973       41.249375       41.252643       74.187713       74.189690       74.190266
  340        0.186303        0.187760        0.317965       18.616142       18.616210       18.617124       26.246784       26.248219       26.248720       41.251423       41.251523       41.252340       74.189958       74.190452       74.190596
  341       -0.000001       -0.000000        0.000001       18.616366       18.616366       18.616366       26.247284       26.247284       26.247284       41.252239       41.252239       41.252239       74.190706       74.190706       74.190706
  342        0.185614        0.185614        0.314862       18.615891       18.616789       18.616789       26.246629       26.248530       26.248530       41.251470       41.251470       41.252371       74.190180       74.190180       74.190665
  343        0.371183        0.371183        0.629664       18.614467       18.618056       18.618056       26.244662       26.252267       26.252267       41.249163       41.249163       41.252767       74.188602       74.188602       74.190543
  344        0.556661        0.556661        0.944348       18.612095       18.620168       18.620168       26.241385       26.258491       26.258491       41.245319       41.245319       41.253427       74.185972       74.185972       74.190340
  345        0.742005        0.742005        1.258853       18.608780       18.623125       18.623125       26.236797       26.267198       26.267198       41.239940       41.239940       41.254352       74.182292       74.182292       74.190056
  346        0.927169        0.927169        1.573120       18.604526       18.626928       18.626928       26.230900       26.278381       26.278381       41.233030       41.233030       41.255542       74.177563       74.177563       74.189692
  347        1.112108        1.112108        1.887087       18.599340       18.631575       18.631575       26.223694       26.292030       26.292030       41.224593       41.224593       41.256998       74.171786       74.171786       74.189248
  348        1.296779        1.296779        2.200695       18.593230       18.637068       18.637068       26.215182       26.308134       26.308134       41.214633       41.214633       41.258721       74.164964       74.164964       74.188725
  349        1.481135        1.481135        2.513881       18.586206       18.643405       18.643405       26.205364       26.326681       26.326681       41.203157       41.203157       41.260712       74.157098       74.157098       74.188124
  350        1.665133        1.665133        2.826583       18.578280       18.650588       18.650588       26.194242       26.347654       26.347654       41.190170       41.190170       41.262973       74.148193       74.148193       74.187445
  351        1.848728        1.848728        3.138736       18.569464       18.658617       18.658617       26.181819       26.371036       26.371036       41.175681       41.175681       41.265504       74.138249       74.138249       74.186691
  352        2.031878        2.031878        3.450277       18.559775       18.667491       18.667491       26.168096       26.396809       26.396809       41.159699       41.159699       41.268307       74.127273       74.127273       74.185862
  353        2.214537        2.214537        3.761139       18.549230       18.677210       18.677210       26.153077       26.424951       26.424951       41.142233       41.142233       41.271384       74.115266       74.115266       74.184959
  354        2.396662        2.396662        4.071255       18.537849       18.687775       18.687775       26.136763       26.455438       26.455438       41.123294       41.123294       41.274737       74.102233       74.102233       74.183985
  355        2.578210        2.578210        4.380554       18.525655       18.699185       18.699185       26.119158       26.488244       26.488244       41.102893       41.102893       41.278367       74.088179       74.088179       74.182940
  356        2.759139        2.759139        4.688966       18.512673       18.711440       18.711440       26.100264       26.523344       26.523344       41.081044       41.081044       41.282276       74.073109       74.073109       74.181826
  357        2.939405        2.939405        4.996417       18.498932       18.724541       18.724541       26.080087       26.560705       26.560705       41.057760       41.057760       41.286467       74.057028       74.057028       74.180646
  358        3.118966        3.118966        5.302830       18.484464       18.738487       18.738487       26.058628       26.600298       26.600298       41.033056       41.033056       41.290940       74.039942       74.039942       74.179401
  359        3.297780        3.297780        5.608127       18.469305       18.753278       18.753278       26.035892       26.642087       26.642087       41.006949       41.006949       41.295700       74.021856       74.021856       74.178093
  360        3.475806        3.475806        5.912224       18.453494       18.768913       18.768913       26.011883       26.686038       26.686038       40.979456       40.979456       41.300746       74.002777       74.002777       74.176725
  361        3.653002        3.653002        6.215035       18.437077       18.785392       18.785392       25.986606       26.732112       26.732112       40.950595       40.950595       41.306082       73.982711       73.982711       74.175299
  362        3.829329        3.829329        6.516470       18.420102       18.802714       18.802714       25.960065       26.780268       26.780268       40.920388       40.920388       41.311710       73.961666       73.961666       74.173817
  363        4.004745        4.004745        6.816434       18.402625       18.820878       18.820878       25.932264       26.830465       26.830465       40.888855       40.888855       41.317631       73.939649       73.939649       74.172281
  364        4.179210        4.179210        7.114825       18.384709       18.839884       18.839884       25.903211       26.882658       26.882658       40.856018       40.856018       41.323848       73.916667       73.916667       74.170695
  365        4.352687        4.352687        7.411536       18.366421       18.859731       18.859731       25.872908       26.936800       26.936800       40.821904       40.821904       41.330362       73.892729       73.892729       74.169061
  366        4.525136        4.525136        7.706454       18.347840       18.880416       18.880416       25.841363       26.992842       26.992842       40.786536       40.786536       41.337176       73.867842       73.867842       74.167381
  367        4.696518        4.696518        7.999455       18.329052       18.901938       18.901938       25.808581       27.050733       27.050733       40.749943       40.749943       41.344292       73.842016       73.842016       74.165660
  368        4.866797        4.866797        8.290410       18.310152       18.924295       18.924295       25.774568       27.110420       27.110420       40.712153       40.712153       41.351710       73.815259       73.815259       74.163899
  369        5.035936        5.035936        8.579175       18.291248       18.947486       18.947486       25.739330       27.171847       27.171847       40.673198       40.673198       41.359433       73.787580       73.787580       74.162101
  370        5.203898        5.203898        8.865598       18.272463       18.971506       18.971506       25.702875       27.234956       27.234956       40.633111       40.633111       41.367462       73.758989       73.758989       74.160271
  371        5.370648        5.370648        9.149510       18.253930       18.996354       18.996354       25.665208       27.299687       27.299687       40.591925       40.591925       41.375798       73.729496       73.729496       74.158410
  372        5.536151        5.536151        9.430730       18.235803       19.022025       19.022025       25.626338       27.365977       27.365977       40.549678       40.549678       41.384443       73.699112       73.699112       74.156523
  373        5.700373        5.700373        9.709058       18.218253       19.048515       19.048515       25.586271       27.433760       27.433760       40.506408       40.506408       41.393397       73.667845       73.667845       74.154613
  374        5.863280        5.863280        9.984271       18.201474       19.075821       19.075821       25.545015       27.502969       27.502969       40.462157       40.462157       41.402660       73.635708       73.635708       74.152683
  375        6.024840        6.024840       10.256127       18.185681       19.103936       19.103936       25.502578       27.573535       27.573535       40.416966       40.416966       41.412234       73.602710       73.602710       74.150736
  376        6.185022        6.185022       10.524356       18.171120       19.132855       19.132855       25.458968       27.645384       27.645384       40.370883       40.370883       41.422119       73.568864       73.568864       74.148776
  377        6.343794        6.343794       10.788658       18.158066       19.162572       19.162572       25.414193       27.718441       27.718441       40.323954       40.323954       41.432314       73.534181       73.534181       74.146807
  378        6.501127        6.501127       11.048700       18.146832       19.193080       19.193080       25.368263       27.792628       27.792628       40.276232       40.276232       41.442820       73.498673       73.498673       74.144833
  379        6.656991        6.656991       11.304111       18.137767       19.224369       19.224369       25.321185       27.867865       27.867865       40.227769       40.227769       41.453636       73.462351       73.462351       74.142856
  380        6.811359        6.811359       11.554477       18.131265       19.256433       19.256433       25.272970       27.944067       27.944067       40.178621       40.178621       41.464761       73.425229       73.425229       74.140881
  381        6.964202        6.964202       11.799341       18.127768       19.289259       19.289259       25.223626       28.021150       28.021150       40.128848       40.128848       41.476194       73.387318       73.387318       74.138912
  382        7.115496        7.115496       12.038192       18.127767       19.322839       19.322839       25.173163       28.099023       28.099023       40.078513       40.078513       41.487934       73.348632       73.348632       74.136951
  383        7.265216        7.265216       12.270468       18.131812       19.357160       19.357160       25.121592       28.177595       28.177595       40.027681       40.027681       41.499980       73.309183       73.309183       74.135004
  384        7.413336        7.413336       12.495555       18.140505       19.392209       19.392209       25.068922       28.256771       28.256771       39.976421       39.976421       41.512328       73.268986       73.268986       74.133073
  385        7.559834        7.559834       12.712782       18.154504       19.427972       19.427972       25.015163       28.336452       28.336452       39.924807       39.924807       41.524978       73.228052       73.228052       74.131163
  386        7.704689        7.704689       12.921433       18.174516       19.464434       19.464434       24.960328       28.416537       28.416537       39.872914       39.872914       41.537927       73.186397       73.186397       74.129277
  387        7.847880        7.847880       13.120754       18.201289       19.501577       19.501577       24.904426       28.496922       28.496922       39.820823       39.820823       41.551171       73.144034       73.144034       74.127420
  388        7.989388        7.989388       13.309968       18.235591       19.539384       19.539384       24.847469       28.577499       28.577499       39.768617       39.768617       41.564709       73.100977       73.100977       74.125595
  389        8.129193        8.129193       13.488301       18.278195       19.577834       19.577834       24.789468       28.658157       28.658157       39.716385       39.716385       41.578536       73.057241       73.057241       74.123805
  390        8.267281        8.267281       13.655011       18.329840       19.616907       19.616907       24.730436       28.738782       28.738782       39.664219       39.664219       41.592648       73.012839       73.012839       74.122056
  391        8.403633        8.403633       13.809424       18.391198       19.656580       19.656580       24.670384       28.819256       28.819256       39.612216       39.612216       41.607042       72.967788       72.967788       74.120350
  392        8.538237        8.538237       13.950977       18.462835       19.696828       19.696828       24.609325       28.899459       28.899459       39.560477       39.560477       41.621714       72.922102       72.922102       74.118691
  393        8.671080        8.671080       14.079258       18.545166       19.737624       19.737624       24.547272       28.979266       28.979266       39.509106       39.509106       41.636659       72.875796       72.875796       74.117084
  394        8.802148        8.802148       14.194036       18.638426       19.778940       19.778940       24.484238       29.058551       29.058551       39.458213       39.458213       41.651871       72.828885       72.828885       74.115532
  395        8.931433        8.931433       14.295286       18.742648       19.820745       19.820745       24.420235       29.137183       29.137183       39.407913       39.407913       41.667347       72.781385       72.781385       74.114038
  396        9.058924        9.058924       14.383198       18.857652       19.863009       19.863009       24.355278       29.215029       29.215029       39.358324       39.358324       41.683081       72.733312       72.733312       74.112606
  397        9.184614        9.184614       14.458160       18.983059       19.905695       19.905695       24.289380       29.291952       29.291952       39.309569       39.309569       41.699066       72.684681       72.684681       74.111241
  398        9.308497        9.308497       14.520738       19.118316       19.948767       19.948767       24.222555       29.367814       29.367814       39.261774       39.261774       41.715297       72.635508       72.635508       74.109944
  399        9.430568        9.430568       14.571638       19.262731       19.992186       19.992186       24.154819       29.442474       29.442474       39.215070       39.215070       41.731769       72.585810       72.585810       74.108721
  400        9.550822        9.550822       14.611664       19.415518       20.035910       20.035910       24.086184       29.515789       29.515789       39.169592       39.169592       41.748474       72.535602       72.535602       74.107575
  401        9.669259        9.669259       14.641677       19.575834       20.079897       20.079897       24.016668       29.587615       29.587615       39.125478       39.125478       41.765406       72.484901       72.484901       74.106508
  402        9.785876        9.785876       14.662558       19.742817       20.124099       20.124099       23.946284       29.657806       29.657806       39.082869       39.082869       41.782559       72.433724       72.433724       74.105525
  403        9.900674        9.900674       14.675177       19.915619       20.168468       20.168468       23.875049       29.726217       29.726217       39.041909       39.041909       41.799925       72.382087       72.382087       74.104628
  404       10.013656       10.013656       14.680375       20.093425       20.212952       20.212952       23.802979       29.792702       29.792702       39.002742       39.002742       41.817498       72.330007       72.330007       74.103821
  405       10.124823       10.124823       14.678941       20.257497       20.257497       20.275469       23.730089       29.857117       29.857117       38.965515       38.965515       41.835270       72.277500       72.277500       74.103107
  406       10.234181       10.234181       14.671611       20.302047       20.302047       20.461043       23.656397       29.919320       29.919320       38.930376       38.930376       41.853233       72.224585       72.224585       74.102488
  407       10.341735       10.341735       14.659060       20.346540       20.346540       20.649500       23.581919       29.979170       29.979170       38.897470       38.897470       41.871380       72.171277       72.171277       74.101969
  408       10.447492       10.447492       14.641906       20.390915       20.390915       20.840254       23.506673       30.036533       30.036533       38.866943       38.866943       41.889704       72.117594       72.117594       74.101551
  409       10.551459       10.551459       14.620707       20.435106       20.435106       21.032780       23.430676       30.091278       30.091278       38.838938       38.838938       41.908197       72.063554       72.063554       74.101238
  410       10.653647       10.653647       14.595966       20.479045       20.479045       21.226605       23.353945       30.143282       30.143282       38.813594       38.813594       41.926851       72.009173       72.009173       74.101032
  411       10.754066       10.754066       14.568141       20.522660       20.522660       21.421311       23.276500       30.192429       30.192429       38.791043       38.791043       41.945657       71.954470       71.954470       74.100935
  412       10.852726       10.852726       14.537643       20.565877       20.565877       21.616521       23.198358       30.238611       30.238611       38.771416       38.771416       41.964609       71.899461       71.899461       74.100951
  413       10.949641       10.949641       14.504842       20.608618       20.608618       21.811903       23.119538       30.281733       30.281733       38.754831       38.754831       41.983697       71.844164       71.844164       74.101081
  414       11.044825       11.044825       14.470075       20.650803       20.650803       22.007159       23.040060       30.321709       30.321709       38.741401       38.741401       42.002915       71.788597       71.788597       74.101327
  415       11.138291       11.138291       14.433648       20.692348       20.692348       22.202025       22.959944       30.358470       30.358470       38.731227       38.731227       42.022253       71.732778       71.732778       74.101693
  416       11.230055       11.230055       14.395838       20.733167       20.733167       22.396266       22.879208       30.391957       30.391957       38.724399       38.724399       42.041704       71.676725       71.676725       74.102178
  417       11.320133       11.320133       14.356898       20.773171       20.773171       22.589669       22.797873       30.422131       30.422131       38.720997       38.720997       42.061259       71.620454       71.620454       74.102787
  418       11.408542       11.408542       14.317063       20.812267       20.812267       22.715960       22.782046       30.448966       30.448966       38.721083       38.721083       42.080911       71.563985       71.563985       74.103519
  419       11.495301       11.495301       14.276545       20.850359       20.850359       22.633489       22.973227       30.472455       30.472455       38.724710       38.724710       42.100652       71.507335       71.507335       74.104378
  420       11.580426       11.580426       14.235543       20.887351       20.887351       22.550482       23.163060       30.492610       30.492610       38.731912       38.731912       42.120473       71.450522       71.450522       74.105363
  421       11.663939       11.663939       14.194239       20.923140       20.923140       22.466961       23.351407       30.509460       30.509460       38.742711       38.742711       42.140367       71.393564       71.393564       74.106477
  422       11.745857       11.745857       14.152805       20.957625       20.957625       22.382947       23.538144       30.523055       30.523055       38.757110       38.757110       42.160325       71.336479       71.336479       74.107720
  423       11.826201       11.826201       14.111400       20.990699       20.990699       22.298462       23.723159       30.533461       30.533461       38.775100       38.775100       42.180340       71.279286       71.279286       74.109094
  424       11.904993       11.904993       14.070172       21.022254       21.022254       22.213530       23.906350       30.540763       30.540763       38.796654       38.796654       42.200405       71.222001       71.222001       74.110599
  425       11.982251       11.982251       14.029261       21.052181       21.052181       22.128172       24.087625       30.545066       30.545066       38.821732       38.821732       42.220511       71.164645       71.164645       74.112236
  426       12.057999       12.057999       13.988800       21.080369       21.080369       22.042414       24.266899       30.546490       30.546490       38.850277       38.850277       42.240651       71.107234       71.107234       74.114006
  427       12.132257       12.132257       13.948910       21.106704       21.106704       21.956278       24.444095       30.545170       30.545170       38.882223       38.882223       42.260818       71.049786       71.049786       74.115908
  428       12.205048       12.205048       13.909711       21.131073       21.131073       21.869788       24.619143       30.541259       30.541259       38.917487       38.917487       42.281004       70.992321       70.992321       74.117944
  429       12.276393       12.276393       13.871310       21.153360       21.153360       21.782969       24.791980       30.534921       30.534921       38.955977       38.955977       42.301201       70.934856       70.934856       74.120112
  430       12.346314       12.346314       13.833814       21.173452       21.173452       21.695846       24.962547       30.526332       30.526332       38.997591       38.997591       42.321404       70.877409       70.877409       74.122413
  431       12.414833       12.414833       13.797321       21.191233       21.191233       21.608444       25.130791       30.515679       30.515679       39.042215       39.042215       42.341604       70.819998       70.819998       74.124847
  432       12.481973       12.481973       13.761922       21.206589       21.206589       21.520788       25.296663       30.503156       30.503156       39.089732       39.089732       42.361796       70.762642       70.762642       74.127413
  433       12.547756       12.547756       13.727707       21.219408       21.219408       21.432905       25.460118       30.488965       30.488965       39.140014       39.140014       42.381971       70.705359       70.705359       74.130110
  434       12.612203       12.612203       13.694757       21.229579       21.229579       21.344822       25.621115       30.473314       30.473314       39.192931       39.192931       42.402124       70.648166       70.648166       74.132937
  435       12.675337       12.675337       13.663151       21.236994       21.236994       21.256563       25.779619       30.456411       30.456411       39.248347       39.248347       42.422248       70.591083       70.591083       74.135895
  436       12.737179       12.737179       13.632961       21.168158       21.241548       21.241548       25.935594       30.438468       30.438468       39.306123       39.306123       42.442337       70.534127       70.534127       74.138980
  437       12.797751       12.797751       13.604255       21.079633       21.243140       21.243140       26.089012       30.419697       30.419697       39.366119       39.366119       42.462383       70.477316       70.477316       74.142192
  438       12.857075       12.857075       13.577097       20.991015       21.241673       21.241673       26.239843       30.400305       30.400305       39.428195       39.428195       42.482382       70.420668       70.420668       74.145530
  439       12.915172       12.915172       13.551545       20.902335       21.237057       21.237057       26.388065       30.380499       30.380499       39.492209       39.492209       42.502326       70.364202       70.364202       74.148992
  440       12.972062       12.972062       13.527652       20.813619       21.229207       21.229207       26.533654       30.360479       30.360479       39.558020       39.558020       42.522210       70.307935       70.307935       74.152575
  441       13.027765       13.027765       13.505468       20.724897       21.218047       21.218047       26.676592       30.340438       30.340438       39.625489       39.625489       42.542028       70.251885       70.251885       74.156278
  442       13.082304       13.082304       13.485037       20.636198       21.203507       21.203507       26.816861       30.320564       30.320564       39.694478       39.694478       42.561775       70.196070       70.196070       74.160098
  443       13.135696       13.135696       13.466399       20.547553       21.185525       21.185525       26.954447       30.301034       30.301034       39.764853       39.764853       42.581443       70.140509       70.140509       74.164033
  444       13.187962       13.187962       13.449589       20.458991       21.164049       21.164049       27.089338       30.282016       30.282016       39.836481       39.836481       42.601028       70.085218       70.085218       74.168081
  445       13.239120       13.239120       13.434637       20.370542       21.139039       21.139039       27.221524       30.263665       30.263665       39.909234       39.909234       42.620524       70.030216       70.030216       74.172238
  446       13.289190       13.289190       13.421567       20.282238       21.110463       21.110463       27.350997       30.246128       30.246128       39.982986       39.982986       42.639926       69.975520       69.975520       74.176502
  447       13.338190       13.338190       13.410401       20.194110       21.078299       21.078299       27.477750       30.229537       30.229537       40.057614       40.057614       42.659227       69.921148       69.921148       74.180870
  448       13.386137       13.386137       13.401154       20.106189       21.042540       21.042540       27.601781       30.214013       30.214013       40.133001       40.133001       42.678423       69.867117       69.867117       74.185338
  449       13.393838       13.433050       13.433050       20.018507       21.003187       21.003187       27.723087       30.199662       30.199662       40.209032       40.209032       42.697508       69.813446       69.813446       74.189903
  450       13.388457       13.478944       13.478944       19.931096       20.960255       20.960255       27.841668       30.186579       30.186579       40.285596       40.285596       42.716477       69.760151       69.760151       74.194560
  451       13.385013       13.523836       13.523836       19.843990       20.913771       20.913771       27.957526       30.174843       30.174843       40.362587       40.362587       42.735324       69.707250       69.707250       74.199308
  452       13.383503       13.567743       13.567743       19.757220       20.863772       20.863772       28.070666       30.164522       30.164522       40.439902       40.439902       42.754044       69.654760       69.654760       74.204141
  453       13.383918       13.610680       13.610680       19.670821       20.810308       20.810308       28.181092       30.155670       30.155670       40.517442       40.517442       42.772631       69.602698       69.602698       74.209055
  454       13.386246       13.652661       13.652661       19.584826       20.753441       20.753441       28.288813       30.148327       30.148327       40.595111       40.595111       42.791081       69.551082       69.551082       74.214047
  455       13.390468       13.693702       13.693702       19.499268       20.693244       20.693244       28.393837       30.142522       30.142522       40.672818       40.672818       42.809388       69.499928       69.499928       74.219111
  456       13.396563       13.733817       13.733817       19.414182       20.629801       20.629801       28.496176       30.138273       30.138273       40.750476       40.750476       42.827546       69.449253       69.449253       74.224243
  457       13.404503       13.773020       13.773020       19.329603       20.563206       20.563206       28.595842       30.135584       30.135584       40.827999       40.827999       42.845551       69.399075       69.399075       74.229440
  458       13.414258       13.811322       13.811322       19.245565       20.493562       20.493562       28.692851       30.134452       30.134452       40.905307       40.905307       42.863396       69.349409       69.349409       74.234695
  459       13.425791       13.848738       13.848738       19.162103       20.420983       20.420983       28.787216       30.134859       30.134859       40.982323       40.982323       42.881076       69.300273       69.300273       74.240004
  460       13.439064       13.885279       13.885279       19.079252       20.345590       20.345590       28.878958       30.136784       30.136784       41.058971       41.058971       42.898586       69.251682       69.251682       74.245362
  461       13.454032       13.920957       13.920957       18.997048       20.267513       20.267513       28.968095       30.140193       30.140193       41.135180       41.135180       42.915921       69.203653       69.203653       74.250763
  462       13.470647       13.955783       13.955783       18.915527       20.186889       20.186889       29.054647       30.145046       30.145046       41.210883       41.210883       42.933074       69.156203       69.156203       74.256203
  463       13.488859       13.989768       13.989768       18.834724       20.103861       20.103861       29.138638       30.151297       30.151297       41.286013       41.286013       42.950040       69.109347       69.109347       74.261676
  464       13.508612       14.022923       14.022923       18.754676       20.018578       20.018578       29.220092       30.158894       30.158894       41.360507       41.360507       42.966813       69.063102       69.063102       74.267177
  465       13.529846       14.055257       14.055257       18.675419       19.931195       19.931195       29.299033       30.167779       30.167779       41.434306       41.434306       42.983388       69.017482       69.017482       74.272700
  466       13.552501       14.086779       14.086779       18.596989       19.841871       19.841871       29.375489       30.177891       30.177891       41.507352       41.507352       42.999759       68.972504       68.972504       74.278239
  467       13.576511       14.117499       14.117499       18.519424       19.750768       19.750768       29.449489       30.189163       30.189163       41.579589       41.579589       43.015919       68.928184       68.928184       74.283789
  468       13.601808       14.147426       14.147426       18.442758       19.658054       19.658054       29.521062       30.201527       30.201527       41.650964       41.650964       43.031864       68.884535       68.884535       74.289344
  469       13.628320       14.176566       14.176566       18.367030       19.563897       19.563897       29.590239       30.214912       30.214912       41.721428       41.721428       43.047587       68.841574       68.841574       74.294898
  470       13.655974       14.204928       14.204928       18.292276       19.468468       19.468468       29.657052       30.229246       30.229246       41.790931       41.790931       43.063082       68.799315       68.799315       74.300445
  471       13.684694       14.232520       14.232520       18.218532       19.371941       19.371941       29.721535       30.244455       30.244455       41.859427       41.859427       43.078344       68.757774       68.757774       74.305980
  472       13.714403       14.259348       14.259348       18.145836       19.274491       19.274491       29.783723       30.260463       30.260463       41.926871       41.926871       43.093365       68.716964       68.716964       74.311495
  473       13.745019       14.285418       14.285418       18.074225       19.176293       19.176293       29.843652       30.277196       30.277196       41.993221       41.993221       43.108141       68.676900       68.676900       74.316986
  474       13.776461       14.310738       14.310738       18.003734       19.077524       19.077524       29.901358       30.294579       30.294579       42.058436       42.058436       43.122664       68.637597       68.637597       74.322446
  475       13.808645       14.335311       14.335311       17.934401       18.978360       18.978360       29.956879       30.312537       30.312537       42.122477       42.122477       43.136930       68.599067       68.599067       74.327869
  476       13.841486       14.359144       14.359144       17.866262       18.878978       18.878978       30.010255       30.330997       30.330997       42.185307       42.185307       43.150931       68.561325       68.561325       74.333250
  477       13.874898       14.382242       14.382242       17.799353       18.779555       18.779555       30.061524       30.349885       30.349885       42.246889       42.246889       43.164662       68.524384       68.524384       74.338581
  478       13.908794       14.404609       14.404609       17.733711       18.680265       18.680265       30.110727       30.369130       30.369130       42.307189       42.307189       43.178116       68.488258       68.488258       74.343857
  479       13.943086       14.426251       14.426251       17.669372       18.581285       18.581285       30.157906       30.388661       30.388661       42.366175       42.366175       43.191288       68.452959       68.452959       74.349073
  480       13.977685       14.447170       14.447170       17.606370       18.482788       18.482788       30.203102       30.408409       30.408409       42.423815       42.423815       43.204171       68.418500       68.418500       74.354221
  481       14.012503       14.467370       14.467370       17.544742       18.384947       18.384947       30.246357       30.428308       30.428308       42.480079       42.480079       43.216760       68.384894       68.384894       74.359296
  482       14.047450       14.486856       14.486856       17.484521       18.287934       18.287934       30.287715       30.448292       30.448292       42.534939       42.534939       43.229047       68.352153       68.352153       74.364293
  483       14.082438       14.505630       14.505630       17.425744       18.191918       18.191918       30.327217       30.468299       30.468299       42.588367       42.588367       43.241028       68.320289       68.320289       74.369205
  484       14.117378       14.523697       14.523697       17.368443       18.097067       18.097067       30.364908       30.488265       30.488265       42.640337       42.640337       43.252696       68.289313       68.289313       74.374026
  485       14.152182       14.541058       14.541058       17.312654       18.003546       18.003546       30.400831       30.508133       30.508133       42.690824       42.690824       43.264046       68.259237       68.259237       74.378752
  486       14.186763       14.557716       14.557716       17.258407       17.911520       17.911520       30.435029       30.527844       30.527844       42.739805       42.739805       43.275071       68.230073       68.230073       74.383375
  487       14.221032       14.573676       14.573676       17.205737       17.821150       17.821150       30.467547       30.547344       30.547344       42.787256       42.787256       43.285767       68.201829       68.201829       74.387892
  488       14.254906       14.588939       14.588939       17.154676       17.732592       17.732592       30.498426       30.566580       30.566580       42.833156       42.833156       43.296127       68.174519       68.174519       74.392296
  489       14.288299       14.603509       14.603509       17.105254       17.646003       17.646003       30.527712       30.585500       30.585500       42.877484       42.877484       43.306146       68.148150       68.148150       74.396582
  490       14.321128       14.617390       14.617390       17.057502       17.561535       17.561535       30.555445       30.604056       30.604056       42.920221       42.920221       43.315818       68.122734       68.122734       74.400745
  491       14.353312       14.630585       14.630585       17.011450       17.479335       17.479335       30.581669       30.622202       30.622202       42.961349       42.961349       43.325139       68.098280       68.098280       74.404779
  492       14.384771       14.643097       14.643097       16.967127       17.399547       17.399547       30.606426       30.639892       30.639892       43.000848       43.000848       43.334104       68.074797       68.074797       74.408681
  493       14.415427       14.654932       14.654932       16.924562       17.322312       17.322312       30.629755       30.657085       30.657085       43.038704       43.038704       43.342707       68.052293       68.052293       74.412445
  494       14.445205       14.666095       14.666095       16.883781       17.247765       17.247765       30.651698       30.673740       30.673740       43.074900       43.074900       43.350943       68.030778       68.030778       74.416066
  495       14.474032       14.676592       14.676592       16.844812       17.176036       17.176036       30.672293       30.689818       30.689818       43.109421       43.109421       43.358809       68.010260       68.010260       74.419541
  496       14.501835       14.686429       14.686429       16.807679       17.107251       17.107251       30.691580       30.705285       30.705285       43.142253       43.142253       43.366299       67.990746       67.990746       74.422864
  497       14.528548       14.695615       14.695615       16.772408       17.041529       17.041529       30.709594       30.720105       30.720105       43.173383       43.173383       43.373410       67.972243       67.972243       74.426032
  498       14.554104       14.704159       14.704159       16.739021       16.978982       16.978982       30.726372       30.734246       30.734246       43.202798       43.202798       43.380136       67.954760       67.954760       74.429041
  499       14.578441       14.712071       14.712071       16.707541       16.919718       16.919718       30.741947       30.747679       30.747679       43.230488       43.230488       43.386476       67.938302       67.938302       74.431887
  500       14.601499       14.719362       14.719362       16.677990       16.863838       16.863838       30.756354       30.760375       30.760375       43.256440       43.256440       43.392424       67.922876       67.922876       74.434567
  501       14.623221       14.726046       14.726046       16.650386       16.811433       16.811433       30.769624       30.772307       30.772307       43.280645       43.280645       43.397977       67.908487       67.908487       74.437076
  502       14.643555       14.732136       14.732136       16.624750       16.762591       16.762591       30.781785       30.783452       30.783452       43.303094       43.303094       43.403132       67.895142       67.895142       74.439413
  503       14.662450       14.737647       14.737647       16.601098       16.717389       16.717389       30.792867       30.793788       30.793788       43.323778       43.323778       43.407886       67.882846       67.882846       74.441574
  504       14.679861       14.742597       14.742597       16.579448       16.675899       16.675899       30.802894       30.803292       30.803292       43.342689       43.342689       43.412237       67.871603       67.871603       74.443556
  505       14.695745       14.747003       14.747003       16.559813       16.638183       16.638183       30.811892       30.811948       30.811948       43.359820       43.359820       43.416181       67.861417       67.861417       74.445357
  506       14.710063       14.750881       14.750881       16.542208       16.604299       16.604299       30.819737       30.819737       30.819882       43.375166       43.375166       43.419716       67.852293       67.852293       74.446974
  507       14.722780       14.754250       14.754250       16.526645       16.574294       16.574294       30.826645       30.826645       30.826884       43.388719       43.388719       43.422840       67.844234       67.844234       74.448407
  508       14.733865       14.757127       14.757127       16.513134       16.548211       16.548211       30.832659       30.832659       30.832916       43.400475       43.400475       43.425552       67.837243       67.837243       74.449651
  509       14.743290       14.759529       14.759529       16.501686       16.526085       16.526085       30.837767       30.837767       30.837993       43.410430       43.410430       43.427849       67.831323       67.831323       74.450707
  510       14.751034       14.761472       14.761472       16.492308       16.507944       16.507944       30.841959       30.841959       30.842129       43.418580       43.418580       43.429730       67.826476       67.826476       74.451573
  511       14.757076       14.762967       14.762967       16.485008       16.493811       16.493811       30.845228       30.845228       30.845334       43.424921       43.424921       43.431195       67.822704       67.822704       74.452248
  512       14.761403       14.764028       14.764028       16.479789       16.483705       16.483705       30.847567       30.847567       30.847618       43.429453       43.429453       43.432241       67.820009       67.820009       74.452730
  513       14.764003       14.764660       14.764660       16.476657       16.477636       16.477636       30.848972       30.848972       30.848986       43.432172       43.432172       43.432870       67.818392       67.818392       74.453020
  514       14.764871       14.764871       14.764871       16.475612       16.475612       16.475612       30.849441       30.849441       30.849441       43.433079       43.433079       43.433079       67.817852       67.817852       74.453117
============= Direct results (without any inter/extrapolation) ==================
 For present temperature (in Kelvin): T=    495.050
   The cold contribution (in eV/atom): U_0 =    -944.384
   The specific heat (in k_b/atom): C_v=     2.794
   The vibrational entropy (in k_b/atom): S_vib =     4.217
   The internal energy (in eV/atom): U_vib =     0.137
   The vibrational contribution (in eV/atom): F_vib = U_vib -T.S_vib =    -0.043
   The harmonic free energy (in eV/atom) -->  F_tot^HA = U_0 + F_vib =    -944.426
   Useful quantities for melting :
      The mean square displacement (in a.u.): sqrt(<u^2>) =     0.294
      The <Omega^(-2)> factor (in THz^(-2)) =     0.108
      The Wigner-Seitz radius (in a.u.) : d_at =     5.388
      The average mass / proton-electron mass ratio (in a.u.) =    47.338
      The Lindemann constant : sqrt(<u^2>)/d_at =     0.055
      The integral of vDOS =     1.000
============= Harmonic Approximation (HA) ==================
   Note that the following results come from an EXTRAPOLATION:
     1/ F_vib^HA(T) is computed for each T using vDOS(T=  495)
     2/ F_tot^HA(T) = F_vib^HA(T) + U_0
   T         F_vib^HA(T)   F_tot^HA(T)           C_v(T)         S_vib(T)        U_vib(T)        MSD(T)
   100           0.050        -944.333           1.266           0.742           0.057           0.157
   200           0.039        -944.345           2.137           1.931           0.072           0.196
   300           0.018        -944.366           2.516           2.878           0.092           0.233
   400          -0.010        -944.394           2.700           3.630           0.115           0.266
   500          -0.044        -944.428           2.798           4.244           0.139           0.296
   600          -0.083        -944.467           2.856           4.760           0.163           0.323
   700          -0.126        -944.510           2.892           5.203           0.188           0.348
   800          -0.173        -944.556           2.917           5.591           0.213           0.372
   900          -0.222        -944.606           2.934           5.936           0.238           0.394
  1000          -0.275        -944.659           2.946           6.246           0.263           0.415
  1100          -0.330        -944.714           2.955           6.527           0.289           0.435
  1200          -0.387        -944.771           2.962           6.784           0.314           0.454
  1300          -0.447        -944.831           2.968           7.021           0.340           0.472
  1400          -0.508        -944.892           2.972           7.242           0.365           0.490
  1500          -0.572        -944.955           2.976           7.447           0.391           0.507
  1600          -0.637        -945.020           2.979           7.639           0.417           0.524
  1700          -0.703        -945.087           2.981           7.820           0.442           0.540
  1800          -0.771        -945.155           2.983           7.990           0.468           0.556
  1900          -0.841        -945.225           2.985           8.151           0.494           0.571
  2000          -0.912        -945.296           2.986           8.304           0.519           0.586
  2100          -0.984        -945.368           2.987           8.450           0.545           0.600
  2200          -1.057        -945.441           2.989           8.589           0.571           0.614
  2300          -1.132        -945.516           2.990           8.722           0.597           0.628
  2400          -1.208        -945.592           2.990           8.849           0.622           0.641
  2500          -1.285        -945.668           2.991           8.971           0.648           0.654
  2600          -1.362        -945.746           2.992           9.089           0.674           0.667
  2700          -1.441        -945.825           2.992           9.202           0.700           0.680
  2800          -1.521        -945.905           2.993           9.310           0.726           0.693
  2900          -1.602        -945.985           2.993           9.416           0.751           0.705
  3000          -1.683        -946.067           2.994           9.517           0.777           0.717
  3100          -1.766        -946.149           2.994           9.615           0.803           0.729
  3200          -1.849        -946.233           2.995           9.710           0.829           0.740
  3300          -1.933        -946.317           2.995           9.802           0.855           0.752
  3400          -2.018        -946.402           2.995           9.892           0.880           0.763
  3500          -2.103        -946.487           2.995           9.979           0.906           0.774
  3600          -2.190        -946.574           2.996          10.063           0.932           0.785
  3700          -2.277        -946.661           2.996          10.145           0.958           0.796
  3800          -2.365        -946.748           2.996          10.225           0.984           0.807
  3900          -2.453        -946.837           2.996          10.303           1.009           0.817
  4000          -2.542        -946.926           2.997          10.379           1.035           0.828
  4100          -2.632        -947.016           2.997          10.453           1.061           0.838
  4200          -2.722        -947.106           2.997          10.525           1.087           0.848
  4300          -2.813        -947.197           2.997          10.595           1.113           0.858
  4400          -2.905        -947.289           2.997          10.664           1.139           0.868
  4500          -2.997        -947.381           2.997          10.732           1.164           0.878
  4600          -3.090        -947.474           2.997          10.798           1.190           0.888
  4700          -3.183        -947.567           2.997          10.862           1.216           0.897
  4800          -3.277        -947.661           2.998          10.925           1.242           0.907
  4900          -3.372        -947.755           2.998          10.987           1.268           0.916
  5000          -3.466        -947.850           2.998          11.048           1.294           0.925
  5100          -3.562        -947.946           2.998          11.107           1.319           0.934
  5200          -3.658        -948.042           2.998          11.165           1.345           0.944
  5300          -3.754        -948.138           2.998          11.222           1.371           0.953
  5400          -3.851        -948.235           2.998          11.278           1.397           0.962
  5500          -3.949        -948.332           2.998          11.333           1.423           0.970
  5600          -4.047        -948.430           2.998          11.387           1.449           0.979
  5700          -4.145        -948.529           2.998          11.440           1.474           0.988
  5800          -4.244        -948.628           2.998          11.493           1.500           0.997
  5900          -4.343        -948.727           2.998          11.544           1.526           1.005
  6000          -4.443        -948.826           2.998          11.594           1.552           1.014
  6100          -4.543        -948.927           2.999          11.644           1.578           1.022
  6200          -4.643        -949.027           2.999          11.692           1.604           1.030
  6300          -4.744        -949.128           2.999          11.740           1.629           1.039
  6400          -4.846        -949.230           2.999          11.788           1.655           1.047
  6500          -4.948        -949.331           2.999          11.834           1.681           1.055
  6600          -5.050        -949.433           2.999          11.880           1.707           1.063
  6700          -5.152        -949.536           2.999          11.925           1.733           1.071
  6800          -5.255        -949.639           2.999          11.969           1.759           1.079
  6900          -5.359        -949.742           2.999          12.013           1.784           1.087
  7000          -5.462        -949.846           2.999          12.056           1.810           1.095
  7100          -5.566        -949.950           2.999          12.099           1.836           1.103
  7200          -5.671        -950.055           2.999          12.141           1.862           1.110
  7300          -5.776        -950.159           2.999          12.182           1.888           1.118
  7400          -5.881        -950.265           2.999          12.223           1.914           1.126
  7500          -5.986        -950.370           2.999          12.263           1.940           1.133
  7600          -6.092        -950.476           2.999          12.303           1.965           1.141
  7700          -6.198        -950.582           2.999          12.342           1.991           1.148
  7800          -6.305        -950.689           2.999          12.381           2.017           1.156
  7900          -6.412        -950.795           2.999          12.419           2.043           1.163
  8000          -6.519        -950.903           2.999          12.457           2.069           1.170
  8100          -6.626        -951.010           2.999          12.494           2.095           1.178
  8200          -6.734        -951.118           2.999          12.531           2.120           1.185
  8300          -6.842        -951.226           2.999          12.567           2.146           1.192
  8400          -6.951        -951.335           2.999          12.603           2.172           1.199
  8500          -7.060        -951.443           2.999          12.639           2.198           1.206
  8600          -7.169        -951.552           2.999          12.674           2.224           1.213
  8700          -7.278        -951.662           2.999          12.708           2.250           1.220
  8800          -7.388        -951.771           2.999          12.743           2.276           1.227
  8900          -7.498        -951.881           2.999          12.777           2.301           1.234
  9000          -7.608        -951.992           2.999          12.810           2.327           1.241
  9100          -7.718        -952.102           2.999          12.843           2.353           1.248
  9200          -7.829        -952.213           2.999          12.876           2.379           1.255
  9300          -7.940        -952.324           2.999          12.908           2.405           1.262
  9400          -8.052        -952.435           2.999          12.941           2.431           1.269
  9500          -8.163        -952.547           2.999          12.972           2.456           1.275
  9600          -8.275        -952.659           2.999          13.004           2.482           1.282
  9700          -8.387        -952.771           2.999          13.035           2.508           1.289
  9800          -8.500        -952.884           2.999          13.066           2.534           1.295
  9900          -8.613        -952.996           2.999          13.096           2.560           1.302
 10000          -8.726        -953.109           2.999          13.126           2.586           1.308
*.abois the main output file. It includes an echo of the input variables, some intermediary results, the definition of the various shells of interaction, the second order IFCs for all the atoms in each shell, the elastic constants and moduli, the energy of the model…*omega.datcontains the dispersion of phonon frequencies (in meV) along a path in the Brillouin Zone.*thermo.datlists all the thermodynamic quantities obtained by considering the system as a quantum harmonic crystal: specific heat, vibrational energy, entropy and free energy. It also gives all these contributions as a function of temperature in the harmonic approximation.sym.datdetails all the symmetry operations of the bravais lattice,qpt.datdefines the q-point grid used to compute the phonon frequencies contained in theomega.datfile.xredaverage.xyzincludes the ideal and average positions in the supercell.Indym*.datcontain all the symmetry relations between one or two atoms in the unit cell or the supercell.vdos.datdisplays the vibrational density of states (in meV).dij.datlists the dynamical matrices for a particular set of q-points.etotMDvsTDEP2.datcompares the MD trajectory with the one computed using the second order IFCs (these ones must be superimposed, as much as possible).fcartMDvsTDEP2.datplots the MD forces wrt the forces computed using the second order IFCs (the cloud of points must be closer to the first bisector).eigenvectors.datlists all the eigenvectors for a particular set of q-points.nbcoeff-phij.datshows how the number of IFC coefficients are reduced (for each shell and each symmetry).- …